C# Class Junior.Route.Routing.Responses.Text.HtmlResponse

Inheritance: ImmutableResponse
Show file Open project: nathan-alden/junior-route

Public Methods

Method Description
HtmlResponse ( Action configurationDelegate = null ) : System
HtmlResponse ( Encoding encoding, Action configurationDelegate = null ) : System
HtmlResponse ( Func content, Action configurationDelegate = null ) : System
HtmlResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
HtmlResponse ( Func content, Action configurationDelegate = null ) : System
HtmlResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
HtmlResponse ( byte content, Action configurationDelegate = null ) : System
HtmlResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
HtmlResponse ( string content, Action configurationDelegate = null ) : System
HtmlResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System

Method Details

HtmlResponse() public method

public HtmlResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( Encoding encoding, Action configurationDelegate = null ) : System
encoding System.Text.Encoding
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( byte content, Action configurationDelegate = null ) : System
content byte
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
content byte
encoding System.Text.Encoding
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( string content, Action configurationDelegate = null ) : System
content string
configurationDelegate Action
return System

HtmlResponse() public method

public HtmlResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System
content string
encoding System.Text.Encoding
configurationDelegate Action
return System