mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
Add .NET Core MVC with Templates vs Iris MVC with Templates
https://hackernoon.com/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8 Former-commit-id: dabf2d23a2f8a341ded9fc87ced82300855e26a6
This commit is contained in:
10
_benchmarks/netcore-mvc-templates/Models/ErrorViewModel.cs
Normal file
10
_benchmarks/netcore-mvc-templates/Models/ErrorViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace netcore_mvc_templates.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public int Code { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user