QueryStringAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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。