C# 클래스 MovingScrewdriver.Web.Extensions.GeneralUtils

파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
BlogUrl ( ) : string
ExistsOn ( this targetUrl, string sourceUrl ) : bool
ExistsOn ( this targetUrl, string sourceUrl, string &title ) : bool
GetClientAgent ( ) : string
GetClientIp ( ) : string
GetDomain ( string sourceUrl ) : string

메소드 상세

BlogUrl() 공개 정적인 메소드

public static BlogUrl ( ) : string
리턴 string

ExistsOn() 공개 정적인 메소드

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

ExistsOn() 공개 정적인 메소드

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

GetClientAgent() 공개 정적인 메소드

public static GetClientAgent ( ) : string
리턴 string

GetClientIp() 공개 정적인 메소드

public static GetClientIp ( ) : string
리턴 string

GetDomain() 공개 정적인 메소드

public static GetDomain ( string sourceUrl ) : string
sourceUrl string
리턴 string