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

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
GetRewriteUrl ( Uri uri ) : string
IsMatch ( Uri uri ) : bool
Rewrite ( string url, string to ) : System

Method Details

GetRewriteUrl() public méthode

public GetRewriteUrl ( Uri uri ) : string
uri System.Uri
Résultat string

IsMatch() public méthode

public IsMatch ( Uri uri ) : bool
uri System.Uri
Résultat bool

Rewrite() public méthode

public Rewrite ( string url, string to ) : System
url string
to string
Résultat System