Module

x/ash/src/Controller.ts>Controller#show

A stylish web framework for Deno!
Latest
method Controller.prototype.show
import { Controller } from "https://dotland.deno.dev/x/ash@1.3.6/src/Controller.ts";

Called when a route that is assigned to this controller is requested.

Parameters

...args: any

The arguments that the controller takes.

Returns

string