ExtenderControl.GetScriptReferences Method

Definition

When overridden in a derived class, registers the script libraries for the control.

protected:
 abstract System::Collections::Generic::IEnumerable<System::Web::UI::ScriptReference ^> ^ GetScriptReferences();
protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences ();
abstract member GetScriptReferences : unit -> seq<System.Web.UI.ScriptReference>
Protected MustOverride Function GetScriptReferences () As IEnumerable(Of ScriptReference)

Returns

An object that implements the IEnumerable interface and that contains ECMAScript (JavaScript) files that have been registered as embedded resources.

Applies to