System.Web.UI.WebControls.WebParts.IWebPart.TitleUrl Property

Gets or sets a URL to supplemental information about a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public string TitleUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When you assign a URL to the IWebPart.TitleUrl property, the title of the control becomes a link. The purpose of this property is to provide a convenient way for end users to access additional information about a control. The additional information could provide copyright data, contact data, details about the creator of the control, or a summary of the control's purpose.

Note:

Normally, you would not use the IWebPart.TitleUrl property to link to Help content. The best way to provide a link to Help for a control is to use the WebPart.HelpUrl property.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0