ScriptResourceAttribute::ScriptName Property
Gets the name of the script library.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The following example shows a ScriptResourceAttribute attribute for a script file named CheckAnswer.js that uses resources from the VerificationResources resource files. The name Answer is used to reference these resources. In this example, the ScriptName property returns "LocalizingResources.CheckAnswer.js".
The following example shows how to use the resources in client script. The resource keys (Correct and Incorrect) are prefixed with Answer to identify the script resource definition that contains the values.
Available since 3.5