Method | Description | |
---|---|---|
Contents ( ) : byte[] | ||
EmbeddedFile ( |
||
FullText ( ) : string | ||
Matches ( string file ) : bool | ||
ToEmbeddedScriptTag ( ) : HtmlTags.HtmlTag | ||
ToEmbeddedStyleTag ( ) : HtmlTags.HtmlTag | ||
ToScriptTag ( IHttpRequest request ) : HtmlTags.HtmlTag | ||
ToString ( ) : string | ||
ToStyleTag ( IHttpRequest request ) : HtmlTags.HtmlTag | ||
Write ( IHttpResponse response ) : void |
public EmbeddedFile ( |
||
assembly | ||
resource | string | |
return | System |
public ToEmbeddedScriptTag ( ) : HtmlTags.HtmlTag | ||
return | HtmlTags.HtmlTag |
public ToEmbeddedStyleTag ( ) : HtmlTags.HtmlTag | ||
return | HtmlTags.HtmlTag |
public ToScriptTag ( IHttpRequest request ) : HtmlTags.HtmlTag | ||
request | IHttpRequest | |
return | HtmlTags.HtmlTag |
public ToStyleTag ( IHttpRequest request ) : HtmlTags.HtmlTag | ||
request | IHttpRequest | |
return | HtmlTags.HtmlTag |
public Write ( IHttpResponse response ) : void | ||
response | IHttpResponse | |
return | void |