BuildProvider Constructor ()
.NET Framework (current version)
Initializes a new instance of the BuildProvider class.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: