C# Class Framework.Mvc.Extensions.UrlExtensions

Extends functionality of UrlHelper.
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
AbsoluteUrl ( this url, String relativeUrl ) : String

Returns absolute url for specified relativeUrl or empty String if relativeUrl is null or empty.

Method Details

AbsoluteUrl() public static méthode

Returns absolute url for specified relativeUrl or empty String if relativeUrl is null or empty.
public static AbsoluteUrl ( this url, String relativeUrl ) : String
url this The URL helper instance that this method extends.
relativeUrl String Application relative url.
Résultat String