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)> Public Property Extension As String
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: