コード例 #1
0
 public HomeModule()
 {
     Get["/"] = p => Negotiate.WithMarkdownView("Home").WithModel("ok").WithStatusCode(200);
 }