예제 #1
0
파일: Page.cs 프로젝트: formist/LinkMe
 public void AddMetaTag(string name, string content)
 {
     Master.AddMetaTag(name, content);
 }