Initial commit
This commit is contained in:
9
C#/TutorialWebApp/Models/ErrorViewModel.cs
Normal file
9
C#/TutorialWebApp/Models/ErrorViewModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace TutorialWebApp.Models {
|
||||
public class ErrorViewModel {
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user