ScriptManagerDesigner.GetScriptFromWebResource Method (Assembly, String, CultureInfo)
.NET Framework (current version)
Returns ECMAScript (JavaScript) code that is defined by the ScriptResourceAttribute attribute.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
static member GetScriptFromWebResource : assembly:Assembly * resourceName:string * culture:CultureInfo -> string
Parameters
- assembly
-
Type:
System.Reflection.Assembly
The assembly that contains the resource.
- resourceName
-
Type:
System.String
The fully qualified name of the resource in the assembly.
- culture
-
Type:
System.Globalization.CultureInfo
The culture that the resource is specified for.
.NET Framework
Available since 3.5
Available since 3.5
Show: