Method | Description | |
---|---|---|
GetImageUrl ( System.Web.Mvc.UrlHelper urlHelper ) : String |
Gets the image URL.
|
|
GetUrl ( System.Web.Mvc.UrlHelper urlHelper ) : String |
Gets the URL.
|
|
IsCurrent ( System.Web.Routing.RequestContext context ) : bool |
Determines whether this item corresponds to current page.
|
|
RouteLink ( String title, String routeName ) : System | ||
RouteLink ( String title, String image, String routeName ) : System |
public GetImageUrl ( System.Web.Mvc.UrlHelper urlHelper ) : String | ||
urlHelper | System.Web.Mvc.UrlHelper | The URL helper. |
return | String |
public GetUrl ( System.Web.Mvc.UrlHelper urlHelper ) : String | ||
urlHelper | System.Web.Mvc.UrlHelper | The URL helper. |
return | String |
public IsCurrent ( System.Web.Routing.RequestContext context ) : bool | ||
context | System.Web.Routing.RequestContext | The context. |
return | bool |
public RouteLink ( String title, String routeName ) : System | ||
title | String | |
routeName | String | |
return | System |
public RouteLink ( String title, String image, String routeName ) : System | ||
title | String | |
image | String | |
routeName | String | |
return | System |