C# Class mobSocial.Core.WebHelper

Exibir arquivo Open project: mobsoftware/mobsocial

Public Methods

Method Description
GetClientIpAddress ( ) : string

Gets the client's ip address

GetUrlFromPath ( string path, string rootDomain = "" ) : string

Parses a url for rendering

Method Details

GetClientIpAddress() public static method

Gets the client's ip address
public static GetClientIpAddress ( ) : string
return string

GetUrlFromPath() public static method

Parses a url for rendering
public static GetUrlFromPath ( string path, string rootDomain = "" ) : string
path string
rootDomain string
return string