PersistNameAttribute(String) Construtor
Definição
Inicializa uma nova instância da classe PersistNameAttribute e define o valor da propriedade Name para a cadeia de caracteres fornecida.Initializes a new instance of the PersistNameAttribute class and sets the Name property value to the provided string. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
PersistNameAttribute(System::String ^ name);
public PersistNameAttribute (string name);
new System.Web.UI.MobileControls.PersistNameAttribute : string -> System.Web.UI.MobileControls.PersistNameAttribute
Public Sub New (name As String)
Parâmetros
- name
- String
Contém uma cadeia de caracteres especificando o valor do atributo de nome.Contains a string specifying the value of the name attribute.
Comentários
Essa classe é usada internamente pelo ASP.NET e não deve ser usada por desenvolvedores.This class is used internally by the ASP.NET, and should not be used by developers.