Udostępnij za pośrednictwem


FileMultipartSection Konstruktory

Definicja

Przeciążenia

FileMultipartSection(MultipartSection)

Tworzy nowe wystąpienie FileMultipartSection klasy

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Tworzy nowe wystąpienie FileMultipartSection klasy

FileMultipartSection(MultipartSection)

Źródło:
FileMultipartSection.cs
Źródło:
FileMultipartSection.cs
Źródło:
FileMultipartSection.cs

Tworzy nowe wystąpienie FileMultipartSection klasy

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)

Parametry

section
MultipartSection

Sekcja, z której ma zostać utworzona FileMultipartSection

Uwagi

Ponownie analizuje nagłówek dyspozycji zawartości

Dotyczy

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Źródło:
FileMultipartSection.cs
Źródło:
FileMultipartSection.cs
Źródło:
FileMultipartSection.cs

Tworzy nowe wystąpienie FileMultipartSection klasy

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)

Parametry

section
MultipartSection

Sekcja, z której ma zostać utworzona FileMultipartSection

header
ContentDispositionHeaderValue

Już przeanalizowany nagłówek dyspozycji zawartości

Dotyczy