示例#1
0
 public static TagHead dir(this TagHead tag, Dir value)
 {
     tag.Dir = value; return(tag);
 }
示例#2
0
 public static TagHead lang(this TagHead tag, LangCode value)
 {
     tag.Lang = value; return(tag);
 }
示例#3
0
 public static TagHead xmllang(this TagHead tag, string value)
 {
     tag.XmlLang = value; return(tag);
 }
示例#4
0
 public static TagHead profile(this TagHead tag, string value)
 {
     tag.Profile = value; return(tag);
 }