DefaultHtmlGenerator.Encode 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.
Overloads
Encode(String) |
Encodes a value. |
Encode(Object) |
Encodes a value. |
Encode(String)
- Source:
- DefaultHtmlGenerator.cs
- Source:
- DefaultHtmlGenerator.cs
- Source:
- DefaultHtmlGenerator.cs
Encodes a value.
public:
virtual System::String ^ Encode(System::String ^ value);
public string Encode (string value);
abstract member Encode : string -> string
override this.Encode : string -> string
Public Function Encode (value As String) As String
Parameters
- value
- String
The value to encode.
Returns
The encoded value.
Implements
Applies to
Encode(Object)
- Source:
- DefaultHtmlGenerator.cs
- Source:
- DefaultHtmlGenerator.cs
- Source:
- DefaultHtmlGenerator.cs
Encodes a value.
public:
virtual System::String ^ Encode(System::Object ^ value);
public string Encode (object value);
abstract member Encode : obj -> string
override this.Encode : obj -> string
Public Function Encode (value As Object) As String
Parameters
- value
- Object
The value to encode.
Returns
The encoded value.