HtmlHelper.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(Object) | Converts the  | 
| Encode(String) | 
Encode(Object)
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
Converts the value to an HTML-encoded String.
public:
 virtual System::String ^ Encode(System::Object ^ value);public string Encode(object value);abstract member Encode : obj -> string
override this.Encode : obj -> stringPublic Function Encode (value As Object) As StringParameters
Returns
The HTML-encoded String.
Implements
Applies to
Encode(String)
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
- Source:
- HtmlHelper.cs
public:
 virtual System::String ^ Encode(System::String ^ value);public string Encode(string value);abstract member Encode : string -> string
override this.Encode : string -> stringPublic Function Encode (value As String) As StringParameters
Returns
The HTML-encoded String.