GeekDork.WebSkeleton Reference

IProperties.ApplicationName Property

Gets or sets 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.

[Visual Basic]
Property ApplicationName As String
[C#]
string ApplicationName {get; set;}

Remarks

Two replacement tokens and condition wrappers are available for use in this property: <section>...%SECTION%...</section> and <pagename>...%PAGENAME%...</pagename>. When the PageName and/or SectionName are set, all text within their respective wrappers will be displayed and the replacement token replaced with the actual value of the respective property.

Example

ApplicationName = ".: My web site
(%SECTION%)
:: %PAGENAME% :."

See Also

IProperties Interface | GeekDork.WebSkeleton Namespace | PageName | SectionName