IHtmlHelper.UrlEncoder Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the UrlEncoder to be used for encoding a URL.
public:
 property System::Text::Encodings::Web::UrlEncoder ^ UrlEncoder { System::Text::Encodings::Web::UrlEncoder ^ get(); };public System.Text.Encodings.Web.UrlEncoder UrlEncoder { get; }member this.UrlEncoder : System.Text.Encodings.Web.UrlEncoderPublic ReadOnly Property UrlEncoder As UrlEncoder