IISServer.urlPathEncode(String) Method
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.
public:
virtual System::String ^ urlPathEncode(System::String ^ _txt);
public virtual string urlPathEncode (string _txt);
abstract member urlPathEncode : string -> string
override this.urlPathEncode : string -> string
Public Overridable Function urlPathEncode (_txt As String) As String
Parameters
- _txt
- String