C# Class Pomona.HtmlJsonPrettifier

This was just hacked together as fast as possible. Just something simple to get more HTML friendly..
Exibir arquivo Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
CreatePrettifiedHtmlJsonResponse ( Response response, string htmlHeaderLinks, string json, string baseUri ) : void

Method Details

CreatePrettifiedHtmlJsonResponse() public static method

public static CreatePrettifiedHtmlJsonResponse ( Response response, string htmlHeaderLinks, string json, string baseUri ) : void
response Nancy.Response
htmlHeaderLinks string
json string
baseUri string
return void