RazorBuildProvider Methods

Include Protected Members
Include Inherited Members

The RazorBuildProvider type exposes the following members.

Methods

  Name Description
Public method 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.
Protected method 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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method 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).)
Protected method GetCodeCompileUnit (Inherited from BuildProvider.)
Public method GetCustomString (Inherited from BuildProvider.)
Protected method GetDefaultCompilerType (Inherited from BuildProvider.)
Protected method GetDefaultCompilerTypeForLanguage (Inherited from BuildProvider.)
Public method 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).)
Public method GetHashCode (Inherited from Object.)
Protected method 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.
Public method GetResultFlags (Inherited from BuildProvider.)
Public method GetType (Inherited from Object.)
Protected method 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.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnBeforeCompilePath This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the CompilingPath event.
Protected method OpenReader() (Inherited from BuildProvider.)
Protected method OpenReader(String) (Inherited from BuildProvider.)
Protected method OpenStream() (Inherited from BuildProvider.)
Protected method OpenStream(String) (Inherited from BuildProvider.)
Public method ProcessCompileErrors (Inherited from BuildProvider.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

RazorBuildProvider Class

System.Web.WebPages.Razor Namespace