BuildProvider.RegisterBuildProvider(String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a build provider.
public:
static void RegisterBuildProvider(System::String ^ extension, Type ^ providerType);
public static void RegisterBuildProvider (string extension, Type providerType);
static member RegisterBuildProvider : string * Type -> unit
Public Shared Sub RegisterBuildProvider (extension As String, providerType As Type)
Parameters
- extension
- String
The file-name extension that the build provider is for.
- providerType
- Type
The build provider class.
Remarks
You can use this method to register build providers instead of defining them in the Web.config file. For more information about build providers, see the BuildProvider class and buildProviders Element for compilation (ASP.NET Settings Schema).
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.