System.Web.UI.PageTheme.AppRelativeTemplateSourceDirectory Property

When overridden a derived class, gets the relative URL of the directory for the System.Web.UI.PageTheme object.

Syntax

protected abstract string AppRelativeTemplateSourceDirectory { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PageTheme.AppRelativeTemplateSourceDirectory property is abstract. When compiled, a theme will generate code that overrides the PageTheme.AppRelativeTemplateSourceDirectory property. The Control.ResolveUrl(string) method uses the PageTheme.AppRelativeTemplateSourceDirectory property to resolves a relative URL to an absolute URL.

Requirements

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