C# Class Rebel.Cms.Web.RoutingEngineExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetUrl ( this routingEngine, HiveId id ) : string

Resolves the url for the specified id.

Method Details

GetUrl() public static method

Resolves the url for the specified id.
public static GetUrl ( this routingEngine, HiveId id ) : string
routingEngine this
id HiveId The id.
return string