ScriptManager::RegisterNamedClientScriptResource Method (Page^, String^)

.NET Framework (current version)
 

Registers client script by resource name that is embedded in an assembly with the ScriptManager control for use with a control that is participating in partial-page rendering.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
static void RegisterNamedClientScriptResource(
	Page^ page,
	String^ resourceName
)

Parameters

page
Type: System.Web.UI::Page^

The page object that is registering the script.

resourceName
Type: System::String^

An identifier for the resource.

.NET Framework
Available since 4.5
Return to top
Show: