Method | Description | |
---|---|---|
GetAttrValue ( this attribute, string defaultValue = "" ) : string |
attribute의 Value 값을 반환합니다. 없으면, defaultValue를 반환합니다.
|
|
GetElementValue ( this element, string defaultValue = "" ) : string |
element의 Value 값을 반환합니다. 없으면, defaultValue를 반환합니다.
|
public static GetAttrValue ( this attribute, string defaultValue = "" ) : string | ||
attribute | this | |
defaultValue | string | |
return | string |
public static GetElementValue ( this element, string defaultValue = "" ) : string | ||
element | this | |
defaultValue | string | |
return | string |