Class ScriptExtensions
Inheritance
System.Object
ScriptExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class ScriptExtensions
Methods
SerializeAsJson(HtmlHelper, Object)
Declaration
[Obsolete("Use SerializeObject with contentType application/json instead")]
public static string SerializeAsJson(this HtmlHelper html, object value)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
html |
|
System.Object |
value |
|
Returns
Type |
Description |
System.String |
|
SerializeObject(HtmlHelper, Object, String)
Declaration
public static string SerializeObject(this HtmlHelper html, object value, string contentType)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
html |
|
System.Object |
value |
|
System.String |
contentType |
|
Returns
Type |
Description |
System.String |
|
ShellAsyncInitializationScript(HtmlHelper)
Declaration
public static IHtmlString ShellAsyncInitializationScript(this HtmlHelper html)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
html |
|
Returns
Type |
Description |
System.Web.IHtmlString |
|
ShellInitializationScript(HtmlHelper)
Declaration
public static IHtmlString ShellInitializationScript(this HtmlHelper html)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
html |
|
Returns
Type |
Description |
System.Web.IHtmlString |
|
ShellScriptBase(HtmlHelper)
Declaration
public static IHtmlString ShellScriptBase(this HtmlHelper html)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
html |
|
Returns
Type |
Description |
System.Web.IHtmlString |
|
ShellScriptResource(HtmlHelper, String)
Declaration
public static IHtmlString ShellScriptResource(this HtmlHelper html, string shellRelativeSourcePath)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
html |
|
System.String |
shellRelativeSourcePath |
|
Returns
Type |
Description |
System.Web.IHtmlString |
|