Class DeferredScripts
Inheritance
System.Object
DeferredScripts
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public class DeferredScripts : IHtmlString, IHideObjectMembers
Constructors
DeferredScripts(IDictionary<String, String>, Boolean)
Declaration
public DeferredScripts(IDictionary<string, string> scripts, bool renderScriptTags)
Parameters
System.Collections.Generic.IDictionary<System.String, System.String>
scripts
|
System.Boolean
renderScriptTags
|
Methods
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
System.String
|