EqHtmlHelpers class

Extension methods for generating query panel and paging placeholders.

public static class Korzh.EasyQuery.AspNetCore.EqHtmlHelpers

Static Methods

Type Name Description
IHtmlContent DisplayNameFor(this IHtmlHelper<IPagedList<TModel>> html, Expression<Func<TModel, TValue>> expression)
IHtmlContent FilterBar(this IHtmlHelper html, Object htmlAttributes = null) Renders the placeholder for QueryPanel widget.
IHtmlContent PageNavigator(this IHtmlHelper html, IPaging paging) Renders the placeholder for the configurable paging control.