public static string GetHeaderTitle(IHeaderSection that) => that.Value <string>("headerTitle");
Пример #2
0
 public static IHtmlString GetHeaderSubtitle(IHeaderSection that) => that.Value <IHtmlString>("headerSubtitle");