BuildProvider.Extension Property
.NET Framework (current version)
Gets or sets the file extension to map to during compilation of a dynamic resource.
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.StringA string specifying the file extension to map to during compilation of a dynamic resource.
.NET Framework
Available since 2.0
Available since 2.0
Show: