C# 클래스 Alloy.Helpers.UrlHelpers

파일 보기 프로젝트 열기: episerver/EPiTranslateFlowDemo

공개 메소드들

메소드 설명
GetPageRoute ( this requestContext, EPiServer.Core.ContentReference contentLink ) : RouteValueDictionary
PageLinkUrl ( this urlHelper, EPiServer.Core.ContentReference contentLink ) : IHtmlString

Returns the target URL for a ContentReference. Respects the page's shortcut setting so if the page is set as a shortcut to another page or an external URL that URL will be returned.

PageLinkUrl ( this urlHelper, PageData page ) : IHtmlString

Returns the target URL for a page. Respects the page's shortcut setting so if the page is set as a shortcut to another page or an external URL that URL will be returned.

메소드 상세

GetPageRoute() 공개 정적인 메소드

public static GetPageRoute ( this requestContext, EPiServer.Core.ContentReference contentLink ) : RouteValueDictionary
requestContext this
contentLink EPiServer.Core.ContentReference
리턴 RouteValueDictionary

PageLinkUrl() 공개 정적인 메소드

Returns the target URL for a ContentReference. Respects the page's shortcut setting so if the page is set as a shortcut to another page or an external URL that URL will be returned.
public static PageLinkUrl ( this urlHelper, EPiServer.Core.ContentReference contentLink ) : IHtmlString
urlHelper this
contentLink EPiServer.Core.ContentReference
리턴 IHtmlString

PageLinkUrl() 공개 정적인 메소드

Returns the target URL for a page. Respects the page's shortcut setting so if the page is set as a shortcut to another page or an external URL that URL will be returned.
public static PageLinkUrl ( this urlHelper, PageData page ) : IHtmlString
urlHelper this
page PageData
리턴 IHtmlString