UpdatePanel.IAttributeAccessor.GetAttribute(String) Método

Definición

Devuelve un atributo de un control web utilizando el nombre especificado.

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ key) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute (string key);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (key As String) As String Implements IAttributeAccessor.GetAttribute

Parámetros

key
String

El nombre del atributo.

Devoluciones

String

El valor del atributo.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de UpdatePanel se convierte en una interfaz IAttributeAccessor.

Se aplica a