共用方式為


IViewCompilerProvider.GetCompiler 方法

定義

取得 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

傳回

檢視編譯器。

適用於