Suave.RouteTypeProvider


Helpers

Namespace: Suave.RouteTypeProvider

Nested types and modules

TypeDescription
PathModelBuilder

Functions and values

Function or valueDescription
pathDico format h
Signature: format:string -> h:(IDictionary<string,obj> -> WebPart) -> WebPart
pathModel format h
Signature: format:string -> h:('t -> WebPart) -> WebPart
Type parameters: 't
pathModelOfType ty format h
Signature: ty:Type -> format:string -> h:(obj -> WebPart) -> WebPart
F# Project
Fork me on GitHub