C# Class Upac.Core.Utilities.UrlString

Afficher le fichier Open project: 1508/upac-for-umbraco Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key, string value ) : string
Append ( NameValueCollection arguments ) : void
Append ( UrlString url ) : void
Append ( string key, string value ) : void
GetUrl ( ) : string
GetUrl ( bool xhtmlFormat ) : string
Remove ( string key ) : string
ToString ( ) : string
Truncate ( string key ) : void
UrlString ( ) : System
UrlString ( NameValueCollection parameters ) : System
UrlString ( string url ) : System
this ( string key ) : string

Private Methods

Méthode Description
GetQuery ( ) : string
Parse ( string url ) : void
ParseQuery ( string parameterSection ) : void

Method Details

Add() public méthode

public Add ( string key, string value ) : string
key string
value string
Résultat string

Append() public méthode

public Append ( NameValueCollection arguments ) : void
arguments System.Collections.Specialized.NameValueCollection
Résultat void

Append() public méthode

public Append ( UrlString url ) : void
url UrlString
Résultat void

Append() public méthode

public Append ( string key, string value ) : void
key string
value string
Résultat void

GetUrl() public méthode

public GetUrl ( ) : string
Résultat string

GetUrl() public méthode

public GetUrl ( bool xhtmlFormat ) : string
xhtmlFormat bool
Résultat string

Remove() public méthode

public Remove ( string key ) : string
key string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Truncate() public méthode

public Truncate ( string key ) : void
key string
Résultat void

UrlString() public méthode

public UrlString ( ) : System
Résultat System

UrlString() public méthode

public UrlString ( NameValueCollection parameters ) : System
parameters System.Collections.Specialized.NameValueCollection
Résultat System

UrlString() public méthode

public UrlString ( string url ) : System
url string
Résultat System

this() public méthode

public this ( string key ) : string
key string
Résultat string