C# Class Framework.Core.ApplicationUtility

Application helper class.
Show file Open project: coreframework/Core-Framework

Public Properties

Property Type Description
BaseUrlCompulsoryEnd String

Public Methods

Method Description
GetUrlPath ( String rawUrl ) : String

Gets the short URL.

Method Details

GetUrlPath() public static method

Gets the short URL.
public static GetUrlPath ( String rawUrl ) : String
rawUrl String The raw URL.
return String

Property Details

BaseUrlCompulsoryEnd public static property

Base Url Compulsory End.
public static String BaseUrlCompulsoryEnd
return String