HttpServerUtilityBase.UrlPathEncode Method (String)

 

When overridden in a derived class, URL-encodes the path section of a URL string.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract UrlPathEncode : 
        s:string -> string
override UrlPathEncode : 
        s:string -> string

Parameters

s
Type: System.String

The string to URL-encode.

Return Value

Type: System.String

The URL-encoded text.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: