ResourceRouteItem

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

canListing
bool canListing;

Is a folder for static content?

resourcePath
string resourcePath;
Undocumented in source.

Inherited Members

From RouteItem

methods
string[] methods;
Undocumented in source.
path
string path;
Undocumented in source.
urlTemplate
string urlTemplate;
Undocumented in source.
pattern
string pattern;
Undocumented in source.
paramKeys
string[int] paramKeys;
Undocumented in source.
isRegex
bool isRegex;
Undocumented in source.
withMiddleware
void withMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
withMiddleware
void withMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
allowedMiddlewares
TypeInfo_Class[] allowedMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.
withoutMiddleware
void withoutMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
withoutMiddleware
void withoutMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
skippedMiddlewares
TypeInfo_Class[] skippedMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta