WebRazorHostFactory Class
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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates instances of the host files.
public class WebRazorHostFactory
type WebRazorHostFactory = class
Public Class WebRazorHostFactory
- Inheritance
-
WebRazorHostFactory
- Derived
Constructors
WebRazorHostFactory() |
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 WebRazorHostFactory class. |
Methods
ApplyConfigurationToHost(RazorPagesSection, WebPageRazorHost) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Loads the service description information from the configuration file and applies it to the host. |
CreateDefaultHost(String, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual and physical path. |
CreateDefaultHost(String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual path. |
CreateHost(String, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor host. |
CreateHostFromConfig(RazorWebSectionGroup, String, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. |
CreateHostFromConfig(RazorWebSectionGroup, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. |
CreateHostFromConfig(String, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. |
CreateHostFromConfig(String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. |