LinkParser Class

Definition

Defines a contract to parse URIs using information from routing.

public ref class LinkParser abstract
public abstract class LinkParser
type LinkParser = class
Public MustInherit Class LinkParser
Inheritance
LinkParser

Constructors

LinkParser()

Methods

ParsePathByAddress<TAddress>(TAddress, PathString)

Attempts to parse the provided path using the route pattern specified by the Endpoint matching address.

Extension Methods

ParsePathByEndpointName(LinkParser, String, PathString)

Attempts to parse the provided path using the route pattern specified by the Endpoint matching endpointName.

Applies to