public class PageEnvironment : object
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
EmbedCssLink | public void EmbedCssLink(StringBuilder output,
string cssLink, string id); |
![]() |
EmbedScriptReference | Embeds a script tag that references an external .js/resource public void EmbedScriptReference(StringBuilder output,
string url, string id); |
![]() |
EmbedScriptResource | Embeds a script reference into the page public void EmbedScriptResource(StringBuilder output,
Type type, string resourceId, string id); |
![]() |
EmbedScriptString | Embeds a piece of script into the page uniquely by id. public void EmbedScriptString(StringBuilder output,
string script, string id, bool addScriptTags); |
![]() |
GetWebResourceUrl | Returns a Url to a WebResource as a string public string GetWebResourceUrl(Type type,
string resourceId); |
![]() ![]() |
Current | Current Page State Instance |