예제 #1
0
 public UmbracoCaptchaAttribute(string msgkey, string sessionName)
 {
     ErrorMessage = UmbracoHelper.GetDictionaryItem(msgkey);
     _sessionName = sessionName;
 }