Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Add(UrlHook, Func<HttpRequest, HttpResponse>, bool)

Declaration

public void Add(
    UrlHook hook,
    Func<HttpRequest, HttpResponse> handler,
    bool skippable = false
)

Summary

Adds the specified mapping to this collection.