Show / Hide Table of Contents

Class UrlExpression

Canonicalized Uniform Resource Locator (URL) Expression.

Inheritance
System.Object
UrlExpression
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 UrlExpression

Properties

Sha256Hash

Get URL Expression's SHA256 Hash.

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

Sha256HashPrefixes

Get URL Expression's SHA256 Hash Prefixes.

Declaration
public IEnumerable<string> Sha256HashPrefixes { get; }
Property Value
Type
System.Collections.Generic.IEnumerable<System.String>

Url

Get URL Expression's URL.

Declaration
public Url Url { get; }
Property Value
Type
Url

Value

Get URL Expression's 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()
Back to top Generated by DocFX