C# Class EPiAbstractions.Web.PermanentLinkMapStoreFacade

Inheritance: IPermanentLinkMapStoreFacade
Datei anzeigen Open project: joelabrahamsson/EPiAbstractions

Public Methods

Method Description
ToMapped ( UrlBuilder url ) : bool
ToPermanent ( UrlBuilder url ) : bool
TryToMapped ( string url, string &mappedUrl ) : bool
TryToPermanent ( string url, string &permanentUrl ) : bool

Method Details

ToMapped() public method

public ToMapped ( UrlBuilder url ) : bool
url UrlBuilder
return bool

ToPermanent() public method

public ToPermanent ( UrlBuilder url ) : bool
url UrlBuilder
return bool

TryToMapped() public method

public TryToMapped ( string url, string &mappedUrl ) : bool
url string
mappedUrl string
return bool

TryToPermanent() public method

public TryToPermanent ( string url, string &permanentUrl ) : bool
url string
permanentUrl string
return bool