Click or drag to resize

HtmlHelperExtensions Class

Extensions methods for HtmlHelper
Inheritance Hierarchy
SystemObject
  Packflow.Interface.UtilsHtmlHelperExtensions

Namespace:  Packflow.Interface.Utils
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static class HtmlHelperExtensions
Methods
  NameDescription
Public methodStatic memberJson(HtmlHelper, Boolean)
Returns the JSON representation of the given value.
Public methodStatic memberJson(HtmlHelper, Object, JavaScriptEncoding, Boolean)
Returns the JSON representation of the given value.
Top
See Also