RazorBuildProvider Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a build provider for Razor.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
The RazorBuildProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RazorBuildProvider | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the RazorBuildProvider class. |
| Name | Description | |
|---|---|---|
![]() | AssemblyBuilder | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly builder for Razor environment. |
![]() | CodeCompilerType | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the compiler settings for Razor environment. (Overrides BuildProvider.CodeCompilerType.) |
![]() | ReferencedAssemblies | (Inherited from BuildProvider.) |
![]() | VirtualPath | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the source code. |
![]() | VirtualPathDependencies | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of virtual path for the dependencies. (Overrides BuildProvider.VirtualPathDependencies.) |
| Name | Description | |
|---|---|---|
![]() | AddVirtualPathDependency | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a virtual path dependency to the collection. |
![]() | CreateHost | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor engine host instance base on web configuration. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GenerateCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the code using the provided assembly builder. (Overrides BuildProvider.GenerateCode(AssemblyBuilder).) |
![]() | GetCodeCompileUnit | (Inherited from BuildProvider.) |
![]() | GetCustomString | (Inherited from BuildProvider.) |
![]() | GetDefaultCompilerType | (Inherited from BuildProvider.) |
![]() | GetDefaultCompilerTypeForLanguage | (Inherited from BuildProvider.) |
![]() | GetGeneratedType | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of the generated code. (Overrides BuildProvider.GetGeneratedType(CompilerResults).) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHostFromConfig | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the Razor engine host instance based on the web configuration. |
![]() | GetResultFlags | (Inherited from BuildProvider.) |
![]() | GetType | (Inherited from Object.) |
![]() | InternalOpenReader | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Opens an internal text reader. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnBeforeCompilePath | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the CompilingPath event. |
![]() | OpenReader | (Inherited from BuildProvider.) |
![]() | OpenReader(String) | (Inherited from BuildProvider.) |
![]() | OpenStream | (Inherited from BuildProvider.) |
![]() | OpenStream(String) | (Inherited from BuildProvider.) |
![]() | ProcessCompileErrors | (Inherited from BuildProvider.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CodeGenerationCompleted | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is completed. |
![]() ![]() | CodeGenerationStarted | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is started. |
![]() ![]() | CompilingPath | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when compiling with a new virtual path. |
Show:
