UrlHelper.Encode(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.
Encodes special characters in a URL string into character-entity equivalents.
public virtual string Encode(string url);
abstract member Encode : string -> string
override this.Encode : string -> string
Public Overridable Function Encode (url As String) As String
Parameters
- url
- String
The text to encode.
Returns
An encoded URL string.