System.Web.UI.WebResourceAttribute.PerformSubstitution Property

Gets or sets a Boolean value that determines whether, during processing of the embedded resource referenced by the System.Web.UI.WebResourceAttribute class, other Web resource URLs are parsed and replaced with the full path to the resource.

Syntax

public bool PerformSubstitution { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When a resource is streamed from the assembly to the response, references to other Web resources in the embedded resources can be resolved at this time, if the WebResourceAttribute.PerformSubstitution property is set to true.

Requirements

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