Skip to content

EqHtmlHelpers class

Extension methods for generating query panel and paging placeholders.

public static class Korzh.EasyQuery.AspNetCore.EqHtmlHelpers
TypeNameDescription
IHtmlContentDisplayNameFor(this IHtmlHelper<IPagedList<TModel>> html, Expression<Func<TModel, TValue>> expression)
IHtmlContentFilterBar(this IHtmlHelper html, Object htmlAttributes = null)Renders the placeholder for QueryPanel widget.
IHtmlContentPageNavigator(this IHtmlHelper html, IPaging paging)Renders the placeholder for the configurable paging control.