ContentDispositionHeaderValue.FileNameStar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如何建構檔名,以在實體卸離並儲存在不同的檔案中時使用訊息承載。
public:
property System::String ^ FileNameStar { System::String ^ get(); void set(System::String ^ value); };
public string FileNameStar { get; set; }
public string? FileNameStar { get; set; }
member this.FileNameStar : string with get, set
Public Property FileNameStar As String
屬性值
格式為 filename* 的建議檔案名稱。
備註
屬性 FileNameStar 使用 IETF RFC 5987 編碼。 FileName和 FileNameStar 屬性只FileNameStar與使用 IETF RFC 5987 中所定義的編碼方式不同,允許使用 ISO-8859-1 字元集中沒有的字元。