System.Web.Configuration.CompilationSection.UrlLinePragmas Property

Gets or sets a value indicating whether instructions to the compiler use physical paths or URLs.

Syntax

[System.Configuration.ConfigurationProperty("urlLinePragmas", DefaultValue="False")]
public bool UrlLinePragmas { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If this property is specified as true in the configuration, URLs will be used for the compiler instructions instead of physical paths.

Requirements

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