1 implementation of IClientScriptManager
System.Web.Extensions (1)
UI\ClientScriptManagerWrapper.cs (1)
15
internal sealed class ClientScriptManagerWrapper :
IClientScriptManager
{
11 references to IClientScriptManager
System.Web.Extensions (11)
UI\ClientScriptManagerWrapper.cs (7)
24
Dictionary<Assembly, Dictionary<String, Object>>
IClientScriptManager
.RegisteredResourcesToSuppress {
30
string
IClientScriptManager
.GetPostBackEventReference(PostBackOptions options) {
34
string
IClientScriptManager
.GetWebResourceUrl(Type type, string resourceName) {
38
void
IClientScriptManager
.RegisterClientScriptBlock(Type type, string key, string script) {
42
void
IClientScriptManager
.RegisterClientScriptInclude(Type type, string key, string url) {
46
void
IClientScriptManager
.RegisterClientScriptBlock(Type type, string key, string script, bool addScriptTags) {
50
void
IClientScriptManager
.RegisterStartupScript(Type type, string key, string script, bool addScriptTags) {
UI\IPage.cs (1)
24
IClientScriptManager
ClientScript {
UI\PageWrapper.cs (1)
37
IClientScriptManager
IPage.ClientScript {
UI\ScriptManager.cs (2)
1799
private static void RegisterResourceWithClientScriptManager(
IClientScriptManager
clientScriptManager, Assembly assembly, String key) {
1818
AjaxFrameworkMode ajaxFrameworkMode, bool loadScriptsBeforeUI,
IClientScriptManager
clientScriptManager,