RazorTemplateEngine.Host Property
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.
The RazorEngineHost which defines the environment in which the generated template code will live
public:
property Microsoft::AspNetCore::Razor::RazorEngineHost ^ Host { Microsoft::AspNetCore::Razor::RazorEngineHost ^ get(); };
public Microsoft.AspNetCore.Razor.RazorEngineHost Host { get; }
member this.Host : Microsoft.AspNetCore.Razor.RazorEngineHost
Public ReadOnly Property Host As RazorEngineHost