Aracılığıyla paylaş


IRazorPageFactoryProvider.CreateFactory(String) Yöntem

Tanım

Belirtilen yol için bir IRazorPage fabrika oluşturur.

public:
 Microsoft::AspNetCore::Mvc::Razor::RazorPageFactoryResult CreateFactory(System::String ^ relativePath);
public Microsoft.AspNetCore.Mvc.Razor.RazorPageFactoryResult CreateFactory (string relativePath);
abstract member CreateFactory : string -> Microsoft.AspNetCore.Mvc.Razor.RazorPageFactoryResult
Public Function CreateFactory (relativePath As String) As RazorPageFactoryResult

Parametreler

relativePath
String

Sayfayı bulma yolu.

Döndürülenler

RazorPageFactoryResult örneği.

Şunlara uygulanır