GeekDork.WebSkeleton Reference

IUCProperties Properties

The properties of the IUCProperties interface are listed below. For a complete list of IUCProperties interface members, see the IUCProperties Members topic.

Public Instance Properties

ApplicationName Gets the Skeleton's Application name. The value provided here is the value that will appear in the title tag of the head section of the final HTML.
BodyOnLoad If not empty, property's value will be written into the body tags's "onLoad" client event. Use the Add() method to add items to the StringBuilder object. It's recommended that a semi-colon is used at the end of all entries to avoid client-side errors.
DebugState Gets or sets the current status of WebSkeleton debugging. This value will be true if this property was set to True programmatically or if there is a DebugParameter that evaluates to true on the querystring of the URL.
Header The PlaceHolder in the WebSkeleton that holds any items intended for the head section of the HTML. Useful for dropping dynamic javascript or meta tags into the head section.
PageName Gets the current name of the page. This value is also automatically extracted from the title tag of the web form or is set programmatically in the page code.
SectionName Gets the site "section" the page is in. Value is set in the page code.

See Also

IUCProperties Interface | GeekDork.WebSkeleton Namespace