FormMultipartSection 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
FormMultipartSection(MultipartSection) |
Erstellt eine neue Instanz der FormMultipartSection-Klasse. |
FormMultipartSection(MultipartSection, ContentDispositionHeaderValue) |
Erstellt eine neue Instanz der FormMultipartSection-Klasse. |
FormMultipartSection(MultipartSection)
- Quelle:
- FormMultipartSection.cs
- Quelle:
- FormMultipartSection.cs
- Quelle:
- FormMultipartSection.cs
Erstellt eine neue Instanz der FormMultipartSection-Klasse.
public:
FormMultipartSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section);
public FormMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section);
new Microsoft.AspNetCore.WebUtilities.FormMultipartSection : Microsoft.AspNetCore.WebUtilities.MultipartSection -> Microsoft.AspNetCore.WebUtilities.FormMultipartSection
Public Sub New (section As MultipartSection)
Parameter
- section
- MultipartSection
Der Abschnitt, aus dem die FormMultipartSection
Hinweise
Analysiert den Inhaltsdispositionsheader neu.
Gilt für:
FormMultipartSection(MultipartSection, ContentDispositionHeaderValue)
- Quelle:
- FormMultipartSection.cs
- Quelle:
- FormMultipartSection.cs
- Quelle:
- FormMultipartSection.cs
Erstellt eine neue Instanz der FormMultipartSection-Klasse.
public:
FormMultipartSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section, Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ header);
public FormMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue header);
public FormMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue? header);
new Microsoft.AspNetCore.WebUtilities.FormMultipartSection : Microsoft.AspNetCore.WebUtilities.MultipartSection * Microsoft.Net.Http.Headers.ContentDispositionHeaderValue -> Microsoft.AspNetCore.WebUtilities.FormMultipartSection
Public Sub New (section As MultipartSection, header As ContentDispositionHeaderValue)
Parameter
- section
- MultipartSection
Der Abschnitt, aus dem die FormMultipartSection
Ein bereits analysierter Inhaltsdispositionsheader