C# Class Felinesoft.UmbracoCodeFirst.Attributes.HtmlDataAttribute

Inheritance: HtmlTagContextualAttribute
Exibir arquivo Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
CombineToOutputString ( System input ) : string
HtmlDataAttribute ( string attributeName, string attributeValue ) : System

Method Details

CombineToOutputString() public method

public CombineToOutputString ( System input ) : string
input System
return string

HtmlDataAttribute() public method

public HtmlDataAttribute ( string attributeName, string attributeValue ) : System
attributeName string
attributeValue string
return System