C# Class Zetbox.Server.HttpService.Global.Rewrite

Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
GetRewriteUrl ( Uri uri ) : string
IsMatch ( Uri uri ) : bool
Rewrite ( string url, string to ) : System

Method Details

GetRewriteUrl() public method

public GetRewriteUrl ( Uri uri ) : string
uri System.Uri
return string

IsMatch() public method

public IsMatch ( Uri uri ) : bool
uri System.Uri
return bool

Rewrite() public method

public Rewrite ( string url, string to ) : System
url string
to string
return System