CustomRouter.

GetServiceFromRoute(PathString, string) Method

Namespace
CondenserDotNet.Server
Containing Type
CustomRouter

Syntax

public IService GetServiceFromRoute(PathString path, out string matchedPath)

Parameters

Name Type Description
path PathString
matchedPath string

Return Value

Type Description
IService