C# Class Telerik.Web.Mvc.UI.GridUrlBuilder

Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
GridUrlBuilder ( IGrid grid ) : System
PrepareRouteValues ( RouteValueDictionary routeValues ) : RouteValueDictionary
Url ( INavigatable navigatable ) : string
Url ( INavigatable navigatable, Action configurator ) : string
Url ( INavigatable navigatable, string key, object value ) : string
Url ( RouteValueDictionary routeValues ) : string

Method Details

GridUrlBuilder() public method

public GridUrlBuilder ( IGrid grid ) : System
grid IGrid
return System

PrepareRouteValues() public method

public PrepareRouteValues ( RouteValueDictionary routeValues ) : RouteValueDictionary
routeValues RouteValueDictionary
return RouteValueDictionary

Url() public method

public Url ( INavigatable navigatable ) : string
navigatable INavigatable
return string

Url() public method

public Url ( INavigatable navigatable, Action configurator ) : string
navigatable INavigatable
configurator Action
return string

Url() public method

public Url ( INavigatable navigatable, string key, object value ) : string
navigatable INavigatable
key string
value object
return string

Url() public method

public Url ( RouteValueDictionary routeValues ) : string
routeValues RouteValueDictionary
return string