共用方式為


DeviceElement.PredicateMethod 屬性

定義

取得或設定透過目前 HttpContext 實例偵測裝置適配器設定是否適用的方法。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

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 偵測裝置適配器組是否適用的方法。

屬性

適用於

另請參閱