DeviceSpecificChoice.Argument 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於 Filter 屬性的引數。 預設值是 null
。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
property System::String ^ Argument { System::String ^ get(); void set(System::String ^ value); };
public string Argument { get; set; }
member this.Argument : string with get, set
Public Property Argument As String
屬性值
用於 Filter 的引數。
備註
如果篩選條件是比較篩選條件,則會使用的值 Argument 來取代 Web.config 中定義的自變數值。如果的值 Filter 是在頁面上或 Web.config) 所指向元件中 (方法的名稱,則會提供的值 Argument 做為該方法的自變數。