IHtmlHelper<TModel>.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)
Encode(String)
public:
System::String ^ Encode(System::String ^ value);
public string Encode (string value);
abstract member Encode : string -> string
Public Function Encode (value As String) As String
Parameters
Returns
The HTML-encoded String.