ScriptResourceMapping.RemoveDefinition Method (String)

.NET Framework (current version)
 

Removes a 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 RemoveDefinition : 
        name:string -> ScriptResourceDefinition

Parameters

name
Type: System.String

The name of the script resource to remove.

.NET Framework
Available since 4.5
Return to top
Show: