Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class FormatExtensions

Inheritance
System.Object
FormatExtensions
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()
Namespace: EPiServer.Cms.Shell.Templating.Razor.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public static class FormatExtensions

Methods

FormatHtml(EPiHelper, String, Object[])

Declaration
public static IHtmlString FormatHtml(this EPiHelper helper, string format, params object[] values)
Parameters
Type Name Description
EPiHelper helper
System.String format
System.Object[] values
Returns
Type Description
System.Web.IHtmlString

InsertBreaks(IHtmlString)

Declaration
public static IHtmlString InsertBreaks(this IHtmlString htmlString)
Parameters
Type Name Description
System.Web.IHtmlString htmlString
Returns
Type Description
System.Web.IHtmlString