Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Zetbox
Server
HttpService
Global.Rewrite
C# 클래스 Zetbox.Server.HttpService.Global.Rewrite
파일 보기
프로젝트 열기: daszat/zetbox
공개 메소드들
메소드
설명
GetRewriteUrl
(
Uri
uri
) :
string
IsMatch
(
Uri
uri
) :
bool
Rewrite
(
string
url
,
string
to
) :
System
메소드 상세
GetRewriteUrl()
공개
메소드
public
GetRewriteUrl
(
Uri
uri
) :
string
uri
System.Uri
리턴
string
IsMatch()
공개
메소드
public
IsMatch
(
Uri
uri
) :
bool
uri
System.Uri
리턴
bool
Rewrite()
공개
메소드
public
Rewrite
(
string
url
,
string
to
) :
System
url
string
to
string
리턴
System