C# Class Pomona.HtmlJsonPrettifier

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

Méthodes publiques

Méthode Description
CreatePrettifiedHtmlJsonResponse ( Response response, string htmlHeaderLinks, string json, string baseUri ) : void

Method Details

CreatePrettifiedHtmlJsonResponse() public static méthode

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