Sdílet prostřednictvím


IViewCompiler.CompileAsync(String) Metoda

Definice

Zkompilujte zobrazení v zadané cestě.

public:
 System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Razor::Compilation::CompiledViewDescriptor ^> ^ CompileAsync(System::String ^ relativePath);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor> CompileAsync (string relativePath);
abstract member CompileAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Razor.Compilation.CompiledViewDescriptor>
Public Function CompileAsync (relativePath As String) As Task(Of CompiledViewDescriptor)

Parametry

relativePath
String

Relativní cesta k zobrazení.

Návraty

Úloha CompiledViewDescriptor.

Platí pro