Record TBrookRoute

Hierarchy
Methods
Properties

Unit

Declaration

type TBrookRoute = record

Description

Defines a route item.

Overview

Fields

Public ActionClass: TBrookActionClass;
Public Method: TBrookRequestMethod;
Public Pattern: string;

Description

Fields

Public ActionClass: TBrookActionClass;

Specifies the class of the action to be called.

Public Method: TBrookRequestMethod;

Specifies a HTTP request method of the action to be called.

Public Pattern: string;

Specifies the patter of the action to be called.


Generated by PasDoc 0.15.0.