WebRazorHostFactory Methods

Include Protected Members
Include Inherited Members

The WebRazorHostFactory type exposes the following members.

Methods

  Name Description
Public methodStatic member ApplyConfigurationToHost 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public method CreateHost This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor host.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

WebRazorHostFactory Class

System.Web.WebPages.Razor Namespace