Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A stylish web framework for Deno!
Latest
method Controller.prototype.show
import { Controller } from "https://deno.land/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