Property | Type | Description | |
---|---|---|---|
Empty | HtmlAttributeViewModel | ||
HasQuotes | bool | ||
HasValue | bool | ||
IsEmpty | bool | ||
Name | string | ||
Value | string |
Method | Description | |
---|---|---|
HtmlAttributeViewModel ( string name, string value, bool hasQuotes ) : System |
Constructs instance of HTML attribute view model
|
public HtmlAttributeViewModel ( string name, string value, bool hasQuotes ) : System | ||
name | string | Name |
value | string | Value |
hasQuotes | bool | Flag indicating whether the attribute value enclosed in quotes |
return | System |
public static HtmlAttributeViewModel Empty | ||
return | HtmlAttributeViewModel |