ProfileAttribute 构造函数

定义

初始化 ProfileAttribute 类的新实例。

重载

ProfileAttribute()

初始化 ProfileAttribute 类的新实例。

ProfileAttribute(String)

使用配置文件密钥初始ProfileAttribute 类的新实例。

注解

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

ProfileAttribute()

初始化 ProfileAttribute 类的新实例。

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

注解

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

适用于

ProfileAttribute(String)

使用配置文件密钥初始ProfileAttribute 类的新实例。

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

参数

key
String

键。

注解

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

适用于