C# Класс Falcor.Server.Routing.RouteCollectionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( this routes, FalcorMethod method, IReadOnlyList pathMatchers, RouteHandler handler ) : void
Add ( this routes, FalcorMethod method, string path, RouteHandler handler ) : void

Описание методов

Add() публичный статический Метод

public static Add ( this routes, FalcorMethod method, IReadOnlyList pathMatchers, RouteHandler handler ) : void
routes this
method FalcorMethod
pathMatchers IReadOnlyList
handler RouteHandler
Результат void

Add() публичный статический Метод

public static Add ( this routes, FalcorMethod method, string path, RouteHandler handler ) : void
routes this
method FalcorMethod
path string
handler RouteHandler
Результат void