BuildProvider Constructor (String, String)

 

Creates an instance of a BuildProvider class, initialized to the provided values.

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

new : 
        extension:string *
        type:string -> BuildProvider

Parameters

extension
Type: System.String

The file extension of the dynamic resource used during compilation.

type
Type: System.String

The type that represents the BuildProvider instance to use when parsing and compiling the given extension.

.NET Framework
Available since 2.0
Return to top
Show: