PageContext Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PageContext() |
Erstellt ein leeres PageContext. |
PageContext(ActionContext) |
Initialisiert eine neue Instanz von PageContext. |
PageContext()
- Quelle:
- PageContext.cs
- Quelle:
- PageContext.cs
- Quelle:
- PageContext.cs
Erstellt ein leeres PageContext.
public:
PageContext();
public PageContext ();
Public Sub New ()
Hinweise
Der Standardkonstruktor wird nur für Komponententestzwecke bereitgestellt.
Gilt für:
PageContext(ActionContext)
- Quelle:
- PageContext.cs
- Quelle:
- PageContext.cs
- Quelle:
- PageContext.cs
Initialisiert eine neue Instanz von PageContext.
public:
PageContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext);
public PageContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext);
new Microsoft.AspNetCore.Mvc.RazorPages.PageContext : Microsoft.AspNetCore.Mvc.ActionContext -> Microsoft.AspNetCore.Mvc.RazorPages.PageContext
Public Sub New (actionContext As ActionContext)
Parameter
- actionContext
- ActionContext
Die ActionContext.