HttpFileCollectionValueProvider(ControllerContext) Konstruktor
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.
Initialisiert eine neue Instanz der HttpFileCollectionValueProvider-Klasse.
public HttpFileCollectionValueProvider(System.Web.Mvc.ControllerContext controllerContext);
new System.Web.Mvc.HttpFileCollectionValueProvider : System.Web.Mvc.ControllerContext -> System.Web.Mvc.HttpFileCollectionValueProvider
Public Sub New (controllerContext As ControllerContext)
Parameter
- controllerContext
- ControllerContext
Ein Objekt, das Informationen zur aktuellen HTTP-Anforderung kapselt.