RazorTemplateEngine.Host Property

Definition

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

Property Value

Applies to