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)
public: static String^ GetScriptFromWebResource( Assembly^ assembly, String^ resourceName, CultureInfo^ culture )
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: