QueryStringAttribute 构造函数

定义

初始化 QueryStringAttribute 类的新实例。

重载

QueryStringAttribute()

初始化 QueryStringAttribute 类的新实例。

QueryStringAttribute(String)

使用指定的查询字符串密钥初始化 QueryStringAttribute 类的新实例。

注解

有关在 Web Forms 中使用模型绑定的教程系列,请参阅模型绑定和 Web Forms

QueryStringAttribute()

初始化 QueryStringAttribute 类的新实例。

public:
 QueryStringAttribute();
public QueryStringAttribute ();
Public Sub New ()

注解

有关在 Web Forms 中使用模型绑定的教程系列,请参阅模型绑定和 Web Forms

适用于

QueryStringAttribute(String)

使用指定的查询字符串密钥初始化 QueryStringAttribute 类的新实例。

public:
 QueryStringAttribute(System::String ^ key);
public QueryStringAttribute (string key);
new System.Web.ModelBinding.QueryStringAttribute : string -> System.Web.ModelBinding.QueryStringAttribute
Public Sub New (key As String)

参数

key
String

键。

注解

有关在 Web Forms 中使用模型绑定的教程系列,请参阅模型绑定和 Web Forms

适用于