Sdílet prostřednictvím


FileMultipartSection Konstruktory

Definice

Přetížení

FileMultipartSection(MultipartSection)

Vytvoří novou instanci FileMultipartSection třídy.

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Vytvoří novou instanci FileMultipartSection třídy.

FileMultipartSection(MultipartSection)

Zdroj:
FileMultipartSection.cs
Zdroj:
FileMultipartSection.cs
Zdroj:
FileMultipartSection.cs

Vytvoří novou instanci FileMultipartSection třídy.

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

Oddíl, ze kterého chcete vytvořit FileMultipartSection

Poznámky

Opraví hlavičku dispozice obsahu.

Platí pro

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

Zdroj:
FileMultipartSection.cs
Zdroj:
FileMultipartSection.cs
Zdroj:
FileMultipartSection.cs

Vytvoří novou instanci FileMultipartSection třídy.

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

Oddíl, ze kterého chcete vytvořit FileMultipartSection

header
ContentDispositionHeaderValue

Hlavička dispozice již analyzovaného obsahu

Platí pro