ContentDispositionHeaderValue Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ContentDispositionHeaderValue(StringSegment) |
Initialisiert eine neue Instanz von ContentDispositionHeaderValue. |
ContentDispositionHeaderValue(String) |
ContentDispositionHeaderValue(StringSegment)
Initialisiert eine neue Instanz von ContentDispositionHeaderValue.
public:
ContentDispositionHeaderValue(Microsoft::Extensions::Primitives::StringSegment dispositionType);
public ContentDispositionHeaderValue (Microsoft.Extensions.Primitives.StringSegment dispositionType);
new Microsoft.Net.Http.Headers.ContentDispositionHeaderValue : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.ContentDispositionHeaderValue
Public Sub New (dispositionType As StringSegment)
Parameter
- dispositionType
- StringSegment
Ein StringSegment , der einen Inhaltsdispositionstyp darstellt.
Gilt für:
ContentDispositionHeaderValue(String)
public:
ContentDispositionHeaderValue(System::String ^ dispositionType);
public ContentDispositionHeaderValue (string dispositionType);
new Microsoft.Net.Http.Headers.ContentDispositionHeaderValue : string -> Microsoft.Net.Http.Headers.ContentDispositionHeaderValue
Public Sub New (dispositionType As String)
Parameter
- dispositionType
- String