View.this

Creates a new view.

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

Parameters

client HttpClient

The client.

name string

The name of the view.

Meta