MediaTypeHeaderValue.Boundary 属性

定义

获取或设置边界参数的值。 Empty如果没有边界,则返回 。

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

属性值

适用于