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

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: