Udostępnij za pośrednictwem


RazorPageAdapter Konstruktory

Definicja

Przeciążenia

RazorPageAdapter(RazorPageBase)
Przestarzałe.
RazorPageAdapter(RazorPageBase, Type)

Tworzy wystąpienie nowego wystąpienia .RazorPageAdapter

RazorPageAdapter(RazorPageBase)

Źródło:
RazorPageAdapter.cs
Źródło:
RazorPageAdapter.cs

Przestroga

This constructor is obsolete and will be removed in a future version.

public:
 RazorPageAdapter(Microsoft::AspNetCore::Mvc::Razor::RazorPageBase ^ page);
public RazorPageAdapter (Microsoft.AspNetCore.Mvc.Razor.RazorPageBase page);
[System.Obsolete("This constructor is obsolete and will be removed in a future version.")]
public RazorPageAdapter (Microsoft.AspNetCore.Mvc.Razor.RazorPageBase page);
new Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAdapter : Microsoft.AspNetCore.Mvc.Razor.RazorPageBase -> Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAdapter
[<System.Obsolete("This constructor is obsolete and will be removed in a future version.")>]
new Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAdapter : Microsoft.AspNetCore.Mvc.Razor.RazorPageBase -> Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAdapter
Public Sub New (page As RazorPageBase)

Parametry

Atrybuty

Dotyczy

RazorPageAdapter(RazorPageBase, Type)

Źródło:
RazorPageAdapter.cs
Źródło:
RazorPageAdapter.cs

Tworzy wystąpienie nowego wystąpienia .RazorPageAdapter

public:
 RazorPageAdapter(Microsoft::AspNetCore::Mvc::Razor::RazorPageBase ^ page, Type ^ modelType);
public RazorPageAdapter (Microsoft.AspNetCore.Mvc.Razor.RazorPageBase page, Type modelType);
new Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAdapter : Microsoft.AspNetCore.Mvc.Razor.RazorPageBase * Type -> Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAdapter
Public Sub New (page As RazorPageBase, modelType As Type)

Parametry

modelType
Type

Typ modelu.

Dotyczy