Table of Contents

Class URLPattern

Namespace: Casewhere.WebTrigger
Assembly: Casewhere.WebTrigger.dll

public class URLPattern

Inheritance

objectURLPattern

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<URLPattern>(URLPattern)

Constructors

URLPattern(string)

public URLPattern(string uri)

Parameters

uri string

Properties

IsStaticRoute

public bool IsStaticRoute { get; }

Property Value

bool

LiteralSegmentWeight

public int LiteralSegmentWeight { get; }

Property Value

int

LiteralSegments

public IList<Segment> LiteralSegments { get; }

Property Value

IList<Segment>

PlaceholderSegments

public IList<Segment> PlaceholderSegments { get; }

Property Value

IList<Segment>

Segments

public IList<Segment> Segments { get; }

Property Value

IList<Segment>

URI

public string URI { get; }

Property Value

string