API Reference
Class
HtmlRenderParts
Parts of HTML output for advanced embedding.
Inheritance
- Object
- HtmlRenderParts
Constructors
public HtmlRenderParts() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Head { get; set; } #HTML inside <head> (excluding outer tag).
public String Body { get; set; } #Rendered content inside <body> (excluding outer tag). For fragments, this is the whole HTML.
public String Css { get; set; } #CSS content (inline text) that was used/generated. Useful when ExternalFile.
public String Scripts { get; set; } #Inline scripts emitted by the renderer, if any.
public List<HtmlAsset> Assets { get; set; } #Declared assets (CSS/JS) with stable ids so hosts can deduplicate across fragments/documents.