C# Class MovingScrewdriver.Web.Extensions.GeneralUtils

Mostra file Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
BlogUrl ( ) : string
ExistsOn ( this targetUrl, string sourceUrl ) : bool
ExistsOn ( this targetUrl, string sourceUrl, string &title ) : bool
GetClientAgent ( ) : string
GetClientIp ( ) : string
GetDomain ( string sourceUrl ) : string

Method Details

BlogUrl() public static method

public static BlogUrl ( ) : string
return string

ExistsOn() public static method

public static ExistsOn ( this targetUrl, string sourceUrl ) : bool
targetUrl this
sourceUrl string
return bool

ExistsOn() public static method

public static ExistsOn ( this targetUrl, string sourceUrl, string &title ) : bool
targetUrl this
sourceUrl string
title string
return bool

GetClientAgent() public static method

public static GetClientAgent ( ) : string
return string

GetClientIp() public static method

public static GetClientIp ( ) : string
return string

GetDomain() public static method

public static GetDomain ( string sourceUrl ) : string
sourceUrl string
return string