Method | Description | |
---|---|---|
AnonymousObjectToHtmlAttributes ( object htmlAttributes ) : RouteValueDictionary |
Replace "_" with "-" to support HTML-5 data-* attributes
|
|
BaseUrl ( this url ) : string | ||
ContentUrl ( this urlHelper, EPiServer item ) : string | ||
GetFullUrl ( this request, string relativeUrl ) : |
Return url
|
|
GetPageRoute ( this requestContext, EPiServer.Core.ContentReference pageLink ) : RouteValueDictionary | ||
GetReferenceFromUrl ( System.Url url ) : int |
Get a page reference from the url
|
public static AnonymousObjectToHtmlAttributes ( object htmlAttributes ) : RouteValueDictionary | ||
htmlAttributes | object | |
return | RouteValueDictionary |
public static ContentUrl ( this urlHelper, EPiServer item ) : string | ||
urlHelper | this | |
item | EPiServer | |
return | string |
public static GetFullUrl ( this request, string relativeUrl ) : |
||
request | this | |
relativeUrl | string | |
return |
public static GetPageRoute ( this requestContext, EPiServer.Core.ContentReference pageLink ) : RouteValueDictionary | ||
requestContext | this | |
pageLink | EPiServer.Core.ContentReference | |
return | RouteValueDictionary |
public static GetReferenceFromUrl ( System.Url url ) : int | ||
url | System.Url | |
return | int |