View.this

Creates a new view.

  1. this(HttpClient client, string name)
  2. this(string name)
    class View
    protected
    static if(!(isWebServer))
    this
    (
    string name
    )

Parameters

name string

The name of the view.

Meta