[]
        
(Showing Draft Content)

C1.JsonNet.Converters.HtmlColorConverter

HtmlColorConverter Class

The converter for converting color to html.

Inheritance
HtmlColorConverter
Namespace: C1.JsonNet.Converters
Assembly: C1.Web.Mvc.dll
Syntax
public class HtmlColorConverter : JsonConverter

Constructors

Name Description
HtmlColorConverter()

Properties

Name Description
Instance

Gets the instance of HtmlColorConverter object.

Methods

Name Description
CanConvert(Type)

A bool value indicates whether the type can be converted.

ReadJson(JsonReader, Type, object)

Read value from json string.

WriteJson(JsonWriter, object)

Write value to json string.