BuildProvider.Extension Property

 

Gets or sets the file extension to map to during compilation of a dynamic resource.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("extension", IsRequired = true,
    IsKey = true, DefaultValue = "")>]
[<StringValidatorAttribute(MinLength = 1)>]
member Extension : string with get, set

Property Value

Type: System.String

A string specifying the file extension to map to during compilation of a dynamic resource.

.NET Framework
Available since 2.0
Return to top
Show: