WebCodeRazorHost Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a web code razor host for the web pages.

Namespace:  System.Web.WebPages.Razor
Assembly:  System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)

'Declaration
Public Class WebCodeRazorHost _
	Inherits WebPageRazorHost
'Usage
Dim instance As WebCodeRazorHost

The WebCodeRazorHost type exposes the following members.

  NameDescription
Public methodWebCodeRazorHost(String)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 WebCodeRazorHost class.
Public methodWebCodeRazorHost(String, String)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 WebCodeRazorHost class.
Top

  NameDescription
Public propertyCodeLanguageThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the RazorCodeLanguage. (Inherited from WebPageRazorHost.)
Public propertyDefaultBaseClassThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value for the DefaultBaseClass. (Inherited from WebPageRazorHost.)
Public propertyDefaultClassNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the default class. (Inherited from WebPageRazorHost.)
Public propertyDefaultDebugCompilationThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the debug compilation is set to default. (Inherited from WebPageRazorHost.)
Public propertyDefaultNamespaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the default namespace for the host. (Inherited from RazorEngineHost.)
Public propertyDefaultPageBaseClassThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the base class of the default page. (Inherited from WebPageRazorHost.)
Public propertyDesignTimeModeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the mode designs a time for the host. (Inherited from RazorEngineHost.)
Public propertyEnableInstrumentationThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host that enables the instrumentation. (Inherited from RazorEngineHost.)
Public propertyGeneratedClassContextThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the generated class context for the host. (Inherited from RazorEngineHost.)
Public propertyInstrumentedSourceFilePathThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the file path of the instrumental source. (Inherited from WebPageRazorHost.)
Public propertyIsIndentingWithTabsGets or sets whether the design time editor is using tabs or spaces for indentation. (Inherited from RazorEngineHost.)
Public propertyIsSpecialPageThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the webpage is a special page. (Inherited from WebPageRazorHost.)
Public propertyNamespaceImportsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the namespace imports for the host. (Inherited from RazorEngineHost.)
Public propertyPhysicalPathThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the physical file system path of the razor host. (Inherited from WebPageRazorHost.)
Public propertyStaticHelpersThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the static helpers for the host. (Inherited from RazorEngineHost.)
Public propertyTabSizeTab size used by the hosting editor, when indenting with tabs. (Inherited from RazorEngineHost.)
Public propertyVirtualPathThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual file path. (Inherited from WebPageRazorHost.)
Top

  NameDescription
Public methodCreateMarkupParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser. (Inherited from WebPageRazorHost.)
Public methodDecorateCodeGeneratorThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code generator. (Inherited from RazorEngineHost.)
Public methodDecorateCodeParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the methods as language-specific Razor code parser using the specified language parser. (Inherited from RazorEngineHost.)
Public methodDecorateMarkupParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the method to decorate markup parser using the specified language parser. (Inherited from RazorEngineHost.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetClassNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the class name of this instance. (Overrides WebPageRazorHost.GetClassName(String).)
Protected methodGetCodeLanguageThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the code language specified in the webpage. (Inherited from WebPageRazorHost.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostProcessGeneratedCode(CodeGeneratorContext)Generates a post process code for the web code razor host. (Overrides WebPageRazorHost.PostProcessGeneratedCode(CodeGeneratorContext).)
Public methodPostProcessGeneratedCode(CodeCompileUnit, CodeNamespace, CodeTypeDeclaration, CodeMemberMethod) Obsolete. This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns this method to post all the processed generated code for the host. (Inherited from RazorEngineHost.)
Protected methodRegisterSpecialFile(String, String)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name. (Inherited from WebPageRazorHost.)
Protected methodRegisterSpecialFile(String, Type)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type. (Inherited from WebPageRazorHost.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: