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