AS1024BGPCommunityDocPage/AS1024.CommunityDocumentati.../Models/ErrorViewModel.cs

9 lines
217 B
C#

namespace AS1024.CommunityDocumentationPage.Models
{
public class ErrorViewModel
{
public string? RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}