Esempio n. 1
0
 private static HtmlRegexAttribute GetRegexAttributeValue(Type declaringType, string propertyName)
 {
     return(AttributeUtils.GetPropertyAttribute <HtmlRegexAttribute>(declaringType, propertyName));
 }
Esempio n. 2
0
 private static HtmlObjectAttribute GetObjectAttributeValue(Type objectType)
 {
     return(AttributeUtils.GetTypeAttribute <HtmlObjectAttribute>(objectType));
 }