GeekDork.WebSkeleton Reference

IProperties.UseRawHTML Property

Gets or sets a value which affects the rendering of the page. If true, the standard Skeleton is not rendered. Instead, the raw literal HTML from the ASPX is rendered. Useful for create ASPX framesets which still need to be part of the Skeleton for programmatic access to common application information.

[Visual Basic]
Property UseRawHTML As Boolean
[C#]
bool UseRawHTML {get; set;}

See Also

IProperties Interface | GeekDork.WebSkeleton Namespace