SerializationExtensions Class

 

Represents the serialization extensions for the ASP.NET.MVC.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.SerializationExtensions

Syntax

public static class SerializationExtensions
[ExtensionAttribute]
public ref class SerializationExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SerializationExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class SerializationExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Serialize(HtmlHelper, String)

Serializes the html with the specified parameters.

System_CAPS_pubmethodSystem_CAPS_static Serialize(HtmlHelper, String, Object)

Serializes the html with the specified parameters.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc Namespace

Return to top