public static HeaderSettingInfo GetHeaderSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         return(AspxHeaderProvider.GetHeaderSetting(aspxCommonObj));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Example #2
0
 public static string GetHeaderSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         string headerType = AspxHeaderProvider.GetHeaderSetting(aspxCommonObj);
         return(headerType);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }