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)

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

Reparses the content disposition header

Platí pro

FileMultipartSection(MultipartSection, ContentDispositionHeaderValue)

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 již parsované dispozice obsahu

Platí pro