CompilationSection.UrlLinePragmas Property
.NET Framework (current version)
Gets or sets a value indicating whether instructions to the compiler use physical paths or URLs.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("urlLinePragmas", DefaultValue := False)> Public Property UrlLinePragmas As Boolean
Property Value
Type: System.Booleantrue if instructions to the compiler use URLs rather than physical paths; otherwise, false. The default is false.
If this property is specified as true in the configuration, URLs will be used for the compiler instructions instead of physical paths.
The following code example demonstrates how to use the UrlLinePragmas property. This code example is part of a larger example provided for the CompilationSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: