PageTitle Members
Include Protected Members
Include Inherited Members
Displays the page title and breadcrumbs on a webpage.
The PageTitle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageTitle | Initializes a new instance of the PageTitle class. |
Top
Properties
Name | Description | |
---|---|---|
BreadcrumbSeparatorImageUrl | Gets or sets the URL of the separator image between two BreadcrumbPathElement objects. | |
BreadcrumbSeparatorImageUrlFileContext | Gets or sets the resource file context of the separator image between two BreadcrumbPathElement objects. | |
BreadcrumbSeparatorImageUrlFileName | Gets or sets the resource file name of the separator image between two BreadcrumbPathElement objects. | |
Description | Gets or sets the page description. | |
DescriptionLocId | Gets or sets the LocStringId value associated with the description. | |
DescriptionLocIdNum | Gets or sets the integer value of the LocStringId associated with the description. | |
HelpLinkAccessKey | Gets or sets the access key for the Help link. | |
HelpLinkAccessKeyLocId | Gets or sets the GUID value associated with the HelpLinkAccessKey. | |
HelpLinkAccessKeyLocIdNum | Gets or sets the integer value of the LocStringId associated with the HelpLinkAccessKey. | |
HelpLinkText | Gets or sets the text of the Help link. | |
HelpLinkTextLocId | Gets or sets the LocStringId value associated with the text of the Help link. | |
HelpLinkTextLocIdNum | Gets or sets the integer value of the LocStringId associated with the text of the Help link. | |
ImageUrl | Gets or sets the URL of the image that is displayed with the page title. | |
ImageUrlFileContext | Gets or sets the resource file context of the image that is displayed with the page title. | |
ImageUrlFileName | Gets or sets the resource file name of the image that is displayed with the page title. | |
Title | Gets or sets the page title. | |
TitleLocId | Gets or sets the LocStringId value associated with the title. | |
TitleLocIdNum | Gets or sets the integer value of the LocStringId associated with the title. |
Top
Methods
Name | Description | |
---|---|---|
Render | Renders the PageTitle control to the client. (Overrides Control.Render(HtmlTextWriter).) | |
RenderChildren | Renders the BreadcrumbPathElement child controls of the PageTitle. (Overrides Control.RenderChildren(HtmlTextWriter).) |
Top
Fields
Name | Description | |
---|---|---|
BreadcrumbSeparatorText | Represents the separator text between two BreadcrumbPathElement objects. | |
HelpID | Represents the Help identifier (ID) to use for the Help link. | |
HelpUrl | Represents the URL to use for the Help link. |
Top