WebPageRazorHost Properties
The WebPageRazorHost type exposes the following members.
| Name | Description | |
|---|---|---|
|
CodeLanguage | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the RazorCodeLanguage. (Overrides RazorEngineHost.CodeLanguage.) |
|
DefaultBaseClass | This 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. (Overrides RazorEngineHost.DefaultBaseClass.) |
|
DefaultClassName | This 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. (Overrides RazorEngineHost.DefaultClassName.) |
|
DefaultDebugCompilation | This 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. |
|
DefaultNamespace | This 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.) |
|
DefaultPageBaseClass | This 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. |
|
DesignTimeMode | This 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.) |
|
EnableInstrumentation | This 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.) |
|
GeneratedClassContext | This 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.) |
|
InstrumentedSourceFilePath | This 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. (Overrides RazorEngineHost.InstrumentedSourceFilePath.) |
|
IsIndentingWithTabs | Gets or sets whether the design time editor is using tabs or spaces for indentation. (Inherited from RazorEngineHost.) |
|
IsSpecialPage | This 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. |
|
NamespaceImports | This 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.) |
|
PhysicalPath | This 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. |
|
StaticHelpers | This 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.) |
|
TabSize | Tab size used by the hosting editor, when indenting with tabs. (Inherited from RazorEngineHost.) |
|
VirtualPath | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual file path. |
Show: