İngilizce dilinde oku

Aracılığıyla paylaş


RazorPageResult Oluşturucular

Tanım

Aşırı Yüklemeler

RazorPageResult(String, IRazorPage)

Başarılı bir bulma için yeni örneğini RazorPageResult başlatır.

RazorPageResult(String, IEnumerable<String>)

Başarısız bulma için yeni bir örneğini RazorPageResult başlatır.

RazorPageResult(String, IRazorPage)

Kaynak:
RazorPageResult.cs
Kaynak:
RazorPageResult.cs
Kaynak:
RazorPageResult.cs

Başarılı bir bulma için yeni örneğini RazorPageResult başlatır.

public:
 RazorPageResult(System::String ^ name, Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^ page);
public RazorPageResult (string name, Microsoft.AspNetCore.Mvc.Razor.IRazorPage page);
new Microsoft.AspNetCore.Mvc.Razor.RazorPageResult : string * Microsoft.AspNetCore.Mvc.Razor.IRazorPage -> Microsoft.AspNetCore.Mvc.Razor.RazorPageResult
Public Sub New (name As String, page As IRazorPage)

Parametreler

name
String

Bulunan sayfanın adı.

page
IRazorPage

Bulunan IRazorPage.

Şunlara uygulanır

RazorPageResult(String, IEnumerable<String>)

Kaynak:
RazorPageResult.cs
Kaynak:
RazorPageResult.cs
Kaynak:
RazorPageResult.cs

Başarısız bulma için yeni bir örneğini RazorPageResult başlatır.

public:
 RazorPageResult(System::String ^ name, System::Collections::Generic::IEnumerable<System::String ^> ^ searchedLocations);
public RazorPageResult (string name, System.Collections.Generic.IEnumerable<string> searchedLocations);
new Microsoft.AspNetCore.Mvc.Razor.RazorPageResult : string * seq<string> -> Microsoft.AspNetCore.Mvc.Razor.RazorPageResult
Public Sub New (name As String, searchedLocations As IEnumerable(Of String))

Parametreler

name
String

Bulunamaz sayfanın adı.

searchedLocations
IEnumerable<String>

Aranan konumlar.

Şunlara uygulanır