Purpose of using httputility class
why we use httputility class and its method? I can't understand.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priyanka SinghPosted Dec 29, 2018, 1:02 AM
Provides methods for encoding and decoding URLs when processing Web requests. This class cannot be inherited.
Inheritance Object --> HttpUtility
To encode or decode values outside of a web application, use the WebUtility class.