BuildProvider Constructor ()

 

Initializes a new instance of the BuildProvider class.

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

protected:
BuildProvider()

Because the BuildProvider class is abstract, you cannot create an instance of BuildProvider directly using the constructor.

When deriving from the BuildProvider class, override the constructor to implement custom initialization actions for your build provider implementation.

.NET Framework
Available since 2.0
Return to top
Show: