Share via


IViewCompilerProvider.GetCompiler Method

Definition

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.

Applies to