FormCollection 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 von FormCollection.
public FormCollection (System.Collections.Generic.Dictionary<string,Microsoft.Extensions.Primitives.StringValues> fields, Microsoft.AspNetCore.Http.IFormFileCollection files = default);
public FormCollection (System.Collections.Generic.Dictionary<string,Microsoft.Extensions.Primitives.StringValues>? fields, Microsoft.AspNetCore.Http.IFormFileCollection? files = default);
new Microsoft.AspNetCore.Http.FormCollection : System.Collections.Generic.Dictionary<string, Microsoft.Extensions.Primitives.StringValues> * Microsoft.AspNetCore.Http.IFormFileCollection -> Microsoft.AspNetCore.Http.FormCollection
Public Sub New (fields As Dictionary(Of String, StringValues), Optional files As IFormFileCollection = Nothing)
Parameter
- fields
- Dictionary<String,StringValues>
Die Hintergrundfelder.
- files
- IFormFileCollection
Die dem Formular zugeordneten Dateien.