source:
PostgreSqlDotnetCore/Models/ErrorViewModel.cs@
ae6c071
Last change on this file since ae6c071 was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[2aea0fd] | 1 | namespace PostgreSqlDotnetCore.Models |
2 | { | |
3 | public class ErrorViewModel | |
4 | { | |
5 | public string? RequestId { get; set; } | |
6 | ||
7 | public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); | |
8 | } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.