C# Class Open.Core.Helpers.UrlHelper

Utility methods for working with URL's.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
PrependDomain ( string urlPath ) : string

Prepends the server name to the given url.

Method Details

PrependDomain() public méthode

Prepends the server name to the given url.
public PrependDomain ( string urlPath ) : string
urlPath string The URL path to prepend.
Résultat string