C# Class Westwind.RazorHosting.RawString

Class that wraps a string and returns it as a raw non-encoded string.
Inheritance: IHtmlString
Mostra file Open project: RickStrahl/Westwind.RazorHosting

Protected Properties

Property Type Description
_Text string

Public Methods

Method Description
RawString ( string text ) : System
ToHtmlString ( ) : string
ToString ( ) : string

Method Details

RawString() public method

public RawString ( string text ) : System
text string
return System

ToHtmlString() public method

public ToHtmlString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

_Text protected_oe property

protected string _Text
return string