IViewCompilerProvider.GetCompiler Method
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.
Gets a IViewCompiler.
public:
Microsoft::AspNetCore::Mvc::Razor::Compilation::IViewCompiler ^ GetCompiler();
public Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler GetCompiler ();
abstract member GetCompiler : unit -> Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler
Public Function GetCompiler () As IViewCompiler
Returns
The view compiler.