C# 클래스 WebMarkupMin.Core.GenericHtmlMinifier.HtmlAttributeViewModel

HTML attribute view model
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

HtmlAttributeViewModel() 공개 메소드

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

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Represents a empty HTML attribute view model
public static HtmlAttributeViewModel Empty
리턴 HtmlAttributeViewModel

HasQuotes 공개적으로 프로퍼티

Flag indicating whether the attribute value enclosed in quotes
public bool HasQuotes
리턴 bool

HasValue 공개적으로 프로퍼티

Flag indicating whether the attribute has a value
public bool HasValue
리턴 bool

IsEmpty 공개적으로 프로퍼티

Flag indicating whether the attribute is empty
public bool IsEmpty
리턴 bool

Name 공개적으로 프로퍼티

Name
public string Name
리턴 string

Value 공개적으로 프로퍼티

public string Value
리턴 string