프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty | HtmlAttributeViewModel | ||
HasQuotes | bool | ||
HasValue | bool | ||
IsEmpty | bool | ||
Name | string | ||
Value | string |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |