AspNetCore.Docs.Samples/fundamentals/middleware/problem-details-service/MathErrorFeature.cs

6 lines
107 B
C#
Raw Normal View History

2022-09-09 02:04:44 +08:00
// Custom Http Request Feature
class MathErrorFeature
{
public MathErrorType MathError { get; set; }
}