FileMultipartSection Konstruktoren

Definition

Überlädt

FileMultipartSection(MultipartSection)

Erstellt eine neue Instanz der FileMultipartSection-Klasse.

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Erstellt eine neue Instanz der FileMultipartSection-Klasse.

FileMultipartSection(MultipartSection)

Quelle:
FileMultipartSection.cs
Quelle:
FileMultipartSection.cs
Quelle:
FileMultipartSection.cs

Erstellt eine neue Instanz der FileMultipartSection-Klasse.

public:
 FileMultipartSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section);
public FileMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section);
new Microsoft.AspNetCore.WebUtilities.FileMultipartSection : Microsoft.AspNetCore.WebUtilities.MultipartSection -> Microsoft.AspNetCore.WebUtilities.FileMultipartSection
Public Sub New (section As MultipartSection)

Parameter

section
MultipartSection

Der Abschnitt, aus dem die FileMultipartSection

Hinweise

Analysiert den Inhaltsdispositionsheader neu.

Gilt für:

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Quelle:
FileMultipartSection.cs
Quelle:
FileMultipartSection.cs
Quelle:
FileMultipartSection.cs

Erstellt eine neue Instanz der FileMultipartSection-Klasse.

public:
 FileMultipartSection(Microsoft::AspNetCore::WebUtilities::MultipartSection ^ section, Microsoft::Net::Http::Headers::ContentDispositionHeaderValue ^ header);
public FileMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue header);
public FileMultipartSection (Microsoft.AspNetCore.WebUtilities.MultipartSection section, Microsoft.Net.Http.Headers.ContentDispositionHeaderValue? header);
new Microsoft.AspNetCore.WebUtilities.FileMultipartSection : Microsoft.AspNetCore.WebUtilities.MultipartSection * Microsoft.Net.Http.Headers.ContentDispositionHeaderValue -> Microsoft.AspNetCore.WebUtilities.FileMultipartSection
Public Sub New (section As MultipartSection, header As ContentDispositionHeaderValue)

Parameter

section
MultipartSection

Der Abschnitt, aus dem die FileMultipartSection

header
ContentDispositionHeaderValue

Ein bereits analysierter Inhaltsdispositionsheader

Gilt für: