MediaTypeHeaderValue.Boundary Property

Definition

Gets or sets the value of the boundary parameter. Returns Empty if there is no boundary.

public:
 property System::String ^ Boundary { System::String ^ get(); void set(System::String ^ value); };
public:
 property Microsoft::Extensions::Primitives::StringSegment Boundary { Microsoft::Extensions::Primitives::StringSegment get(); void set(Microsoft::Extensions::Primitives::StringSegment value); };
public string Boundary { get; set; }
public Microsoft.Extensions.Primitives.StringSegment Boundary { get; set; }
member this.Boundary : string with get, set
member this.Boundary : Microsoft.Extensions.Primitives.StringSegment with get, set
Public Property Boundary As String
Public Property Boundary As StringSegment

Property Value

Applies to