WebRazorHostFactory::CreateHostFromConfig Method (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.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
public: static WebPageRazorHost^ CreateHostFromConfig( RazorWebSectionGroup^ config, String^ virtualPath )
Parameters
- config
- Type: System.Web.WebPages.Razor.Configuration::RazorWebSectionGroup
The configuration.
- virtualPath
- Type: System::String
The virtual path of the file.
Show: