PersistNameAttribute.Name 属性

定义

此属性由 ASP.NET 页框架在内部使用。 应用程序不应显式使用它。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

要保留的名称。

适用于