ScriptResourceMapping.GetDefinition Method (String)

.NET Framework (current version)
 

Returns the specified ScriptResourceDefinition object from the ScriptResourceMapping object based on the name parameter.

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

member GetDefinition : 
        name:string -> ScriptResourceDefinition

Parameters

name
Type: System.String

The name of the script resource.

.NET Framework
Available since 4.5
Return to top
Show: