Is it possible to use AcceptText() in the ASP NET?

0 votes
No avatar asked by (120 points) about Sybase DataWindow .NET
edited by

Is it possible to use AcceptText() in the ASP.NET?

1 Answer

0 votes
No avatar answered by (236k points)

Yes, it's possible but as someone said on the StackOverflow, you need to be careful to avoid using content in ASP.NET Web API because of the HttpContext.Current. It's recommended to use a text formatter to add the formaters. As suggested, the WebApiContrib already has one.

For more information, access the Google Search results and browse to the StackOverflow website.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...