VirtualPathContext 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
VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary) |
Erstellt eine neue Instanz von VirtualPathContext. |
VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary, String) |
Erstellt eine neue Instanz von VirtualPathContext. |
VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary)
- Quelle:
- VirtualPathContext.cs
- Quelle:
- VirtualPathContext.cs
- Quelle:
- VirtualPathContext.cs
Erstellt eine neue Instanz von VirtualPathContext.
public:
VirtualPathContext(Microsoft::AspNetCore::Http::HttpContext ^ httpContext, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ ambientValues, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ values);
public VirtualPathContext (Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.RouteValueDictionary ambientValues, Microsoft.AspNetCore.Routing.RouteValueDictionary values);
new Microsoft.AspNetCore.Routing.VirtualPathContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Routing.RouteValueDictionary * Microsoft.AspNetCore.Routing.RouteValueDictionary -> Microsoft.AspNetCore.Routing.VirtualPathContext
Public Sub New (httpContext As HttpContext, ambientValues As RouteValueDictionary, values As RouteValueDictionary)
Parameter
- httpContext
- HttpContext
Die HttpContext der aktuellen Anforderung zugeordnete.
- ambientValues
- RouteValueDictionary
Der Satz von Routenwerten, die der aktuellen Anforderung zugeordnet sind.
- values
- RouteValueDictionary
Der Satz der neuen Werte, die für die Generierung virtueller Pfade bereitgestellt werden.
Gilt für:
VirtualPathContext(HttpContext, RouteValueDictionary, RouteValueDictionary, String)
- Quelle:
- VirtualPathContext.cs
- Quelle:
- VirtualPathContext.cs
- Quelle:
- VirtualPathContext.cs
Erstellt eine neue Instanz von VirtualPathContext.
public:
VirtualPathContext(Microsoft::AspNetCore::Http::HttpContext ^ httpContext, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ ambientValues, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ values, System::String ^ routeName);
public VirtualPathContext (Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.RouteValueDictionary ambientValues, Microsoft.AspNetCore.Routing.RouteValueDictionary values, string routeName);
public VirtualPathContext (Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.RouteValueDictionary ambientValues, Microsoft.AspNetCore.Routing.RouteValueDictionary values, string? routeName);
new Microsoft.AspNetCore.Routing.VirtualPathContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Routing.RouteValueDictionary * Microsoft.AspNetCore.Routing.RouteValueDictionary * string -> Microsoft.AspNetCore.Routing.VirtualPathContext
Public Sub New (httpContext As HttpContext, ambientValues As RouteValueDictionary, values As RouteValueDictionary, routeName As String)
Parameter
- httpContext
- HttpContext
Die HttpContext der aktuellen Anforderung zugeordnete.
- ambientValues
- RouteValueDictionary
Der Satz von Routenwerten, die der aktuellen Anforderung zugeordnet sind.
- values
- RouteValueDictionary
Der Satz der neuen Werte, die für die Generierung virtueller Pfade bereitgestellt werden.
- routeName
- String
Der Name der Route, die für die Generierung virtueller Pfade verwendet werden soll.