ScriptManager.GetCurrent(Page) Method

Definition

Gets the ScriptManager instance for a given Page object.

C#
public static System.Web.UI.ScriptManager GetCurrent(System.Web.UI.Page page);

Parameters

page
Page

The page instance to retrieve the ScriptManager from.

Returns

The current ScriptManager instance for the selected Page object, or null if no instance is defined.

Exceptions

page is null.

Remarks

Use this static method to determine whether a ScriptManager control is on a page, or to access the properties and methods of a ScriptManager control when you do not know its ID.

Applies to

Produkt Wersje
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1