Share via


ScriptManagerProxy.Scripts Propiedad

Definición

Obtiene un objeto ScriptReferenceCollection que contiene un objeto ScriptReference para cada archivo de script que se registre explícitamente con el control ScriptManagerProxy.

public:
 property System::Web::UI::ScriptReferenceCollection ^ Scripts { System::Web::UI::ScriptReferenceCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.ScriptReferenceCollection Scripts { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Scripts : System.Web.UI.ScriptReferenceCollection
Public ReadOnly Property Scripts As ScriptReferenceCollection

Valor de propiedad

ScriptReferenceCollection

Colección de objetos ScriptReference para cada archivo de script que el control ScriptManagerProxy envíe al explorador.

Atributos

Comentarios

La Scripts colección permite agregar referencias de script a los scripts que ya están registrados en el ScriptManager control.

Puede Agregar referencias de script a la Scripts colección mediante declaración mediante el ScriptReference elemento. Puede Agregar referencias de script mediante programación agregando ScriptReference objetos a la Scripts colección.

Si un script ya está registrado con el ScriptManagerProxy ScriptManager control o, el script no se registra de nuevo.

Se aplica a

Consulte también