DeviceElement.PredicateMethod 屬性

定義

取得或設定方法,該方法用於透過目前 HttpContext 執行個體偵測裝置配接器集是否適用。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 property System::String ^ PredicateMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("predicateMethod")]
[System.Configuration.StringValidator(MinLength=1)]
public string PredicateMethod { get; set; }
[<System.Configuration.ConfigurationProperty("predicateMethod")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.PredicateMethod : string with get, set
Public Property PredicateMethod As String

屬性值

用於透過目前 HttpContext 偵測裝置配接器集是否適用的方法。

屬性

適用於

另請參閱