FormMultipartSection Konstruktoren

Definition

Ü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

header
ContentDispositionHeaderValue

Ein bereits analysierter Inhaltsdispositionsheader

Gilt für: