C# Class Skybrud.Umbraco.GridData.Values.GridControlHtmlValue

Inheritance: GridControlTextValue
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Parse ( GridControl control, JToken token ) : GridControlTextValue

Gets a text value from the specified JToken.

Méthodes protégées

Méthode Description
GridControlHtmlValue ( GridControl control, JToken token ) : System.Web

Method Details

GridControlHtmlValue() protected méthode

protected GridControlHtmlValue ( GridControl control, JToken token ) : System.Web
control GridControl
token JToken
Résultat System.Web

Parse() public static méthode

Gets a text value from the specified JToken.
public static Parse ( GridControl control, JToken token ) : GridControlTextValue
control GridControl The parent control.
token JToken The instance of JToken to be parsed.
Résultat GridControlTextValue