C# Class Westwind.RazorHosting.HtmlHelper

Datei anzeigen Open project: RickStrahl/Westwind.RazorHosting

Public Methods

Method Description
Encode ( object value ) : string
Encode ( string value ) : string
HtmlString ( object value ) : RawString

Outputs an unencoded string from a value

Raw ( string html ) : RawString

Output a string without formatting

Method Details

Encode() public method

public Encode ( object value ) : string
value object
return string

Encode() public method

public Encode ( string value ) : string
value string
return string

HtmlString() public method

Outputs an unencoded string from a value
public HtmlString ( object value ) : RawString
value object
return RawString

Raw() public method

Output a string without formatting
public Raw ( string html ) : RawString
html string
return RawString