Table of Contents

Class UrlParser.Url

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class UrlParser.Url
Inheritance
UrlParser.Url
Inherited Members
Extension Methods

Constructors

Url()

public Url()

Properties

Action

public string Action { get; set; }

Property Value

string

Convention

public UrlParser.Convention Convention { get; set; }

Property Value

UrlParser.Convention

Domain

public string Domain { get; set; }

Property Value

string

Environment

public EnvironmentName Environment { get; set; }

Property Value

EnvironmentName

IsValid

public bool IsValid { get; set; }

Property Value

bool

Organization

public string Organization { get; set; }

Property Value

string

Parameters

public NameValueCollection Parameters { get; set; }

Property Value

NameValueCollection

Query

public string Query { get; set; }

Property Value

string

Relative

public string Relative { get; }

Property Value

string

Resource

public string Resource { get; set; }

Property Value

string

Type

public UrlParser.UrlType Type { get; set; }

Property Value

UrlParser.UrlType

Methods

AddParameter(string, string)

public void AddParameter(string name, string value)

Parameters

name string
value string

Exists(string)

public bool Exists(string name)

Parameters

name string

Returns

bool

Get(string)

public string Get(string name)

Parameters

name string

Returns

string

GetGuid(string)

public Guid? GetGuid(string name)

Parameters

name string

Returns

Guid?