Property | Type | Description | |
---|---|---|---|
FileOpener | Action |
||
FileWriter | string>.Action |
Method | Description | |
---|---|---|
Add ( string tagName ) : HtmlTag | ||
Add ( HtmlTag tag ) : void | ||
AddJavaScript ( string javascript ) : HtmlTag | ||
AddScript ( string scriptType, string scriptContents ) : HtmlTag | ||
AddStyle ( string styling ) : HtmlTag | ||
HtmlDocument ( ) : System | ||
OpenInBrowser ( ) : void | ||
Pop ( ) : void | ||
Push ( string tagName ) : HtmlTag | ||
Push ( HtmlTag tag ) : void | ||
PushWithoutAttaching ( HtmlTag tag ) : void | ||
ReferenceJavaScriptFile ( string path ) : HtmlTag | ||
ReferenceScriptFile ( string scriptType, string path ) : HtmlTag | ||
ReferenceStyle ( string path ) : HtmlTag | ||
Rewind ( ) : void | ||
ToString ( ) : string | ||
WriteToFile ( string fileName ) : void |
Method | Description | |
---|---|---|
GetPath ( ) : string |
Method | Description | |
---|---|---|
EnsureFolderExists ( string fileName ) : void | ||
OpenFile ( string fileName ) : void | ||
Substitute ( string value ) : string | ||
WriteToFile ( string fileName, string fileContents ) : void |
public AddJavaScript ( string javascript ) : HtmlTag | ||
javascript | string | |
return | HtmlTag |
public AddScript ( string scriptType, string scriptContents ) : HtmlTag | ||
scriptType | string | |
scriptContents | string | |
return | HtmlTag |
public PushWithoutAttaching ( HtmlTag tag ) : void | ||
tag | HtmlTag | |
return | void |
public ReferenceJavaScriptFile ( string path ) : HtmlTag | ||
path | string | |
return | HtmlTag |
public ReferenceScriptFile ( string scriptType, string path ) : HtmlTag | ||
scriptType | string | |
path | string | |
return | HtmlTag |
public ReferenceStyle ( string path ) : HtmlTag | ||
path | string | |
return | HtmlTag |
public WriteToFile ( string fileName ) : void | ||
fileName | string | |
return | void |