Aracılığıyla paylaş


IViewCompiler.CompileAsync(String) Yöntem

Tanım

Belirtilen yolda bir görünüm derleyin.

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)

Parametreler

relativePath
String

Görünümün göreli yolu.

Döndürülenler

Bir CompiledViewDescriptor.

Şunlara uygulanır