UrlPropertyAttribute.Filter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 URL 特定屬性關聯的檔案篩選條件。
public:
property System::String ^ Filter { System::String ^ get(); };
public string Filter { get; }
member this.Filter : string
Public ReadOnly Property Filter As String
屬性值
與 URL 特定屬性關聯的檔案篩選條件。 預設值為 「*. * 」。
備註
設計工具會根據 UrlPropertyAttribute 屬性,在檔案選取器中提供篩選。 根據預設,它會初始化為 「*. * 」,它會指定副檔名為的所有檔案。 您可以為更特定的檔案類型設定篩選準則;例如,篩選 「 * .aspx」 表示只有 ASP.NET 檔案是由 URL 特定屬性工作表示。