Show / Hide Table of Contents

Class Url

Canonicalized Uniform Resource Locator (URL).

Inheritance
System.Object
Url
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gee.External.Browsing
Assembly: Gee.External.Browsing.dll
Syntax
public sealed class Url

Properties

Expressions

Get URL Expressions.

Declaration
public IEnumerable<UrlExpression> Expressions { get; }
Property Value
Type
System.Collections.Generic.IEnumerable<UrlExpression>

Host

Get URL Host Component.

Declaration
public string Host { get; }
Property Value
Type
System.String

Path

Get URL Path Component.

Declaration
public string Path { get; }
Property Value
Type
System.String

Query

Get URL Query Component.

Declaration
public string Query { get; }
Property Value
Type
System.String

Scheme

Get URL Scheme Component.

Declaration
public string Scheme { get; }
Property Value
Type
System.String

Value

Get URL Value.

Declaration
public string Value { get; }
Property Value
Type
System.String

Methods

ToString()

Get Object's String Representation.

Declaration
public override string ToString()
Returns
Type Description
System.String

The object's string representation.

Overrides
System.Object.ToString()

TryGetExpressionForSha256Hash(String, out UrlExpression)

Declaration
public bool TryGetExpressionForSha256Hash(string sha256Hash, out UrlExpression urlExpression)
Parameters
Type Name Description
System.String sha256Hash
UrlExpression urlExpression
Returns
Type Description
System.Boolean
Back to top Generated by DocFX