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

6 lines
107 B
C#

// Custom Http Request Feature
class MathErrorFeature
{
public MathErrorType MathError { get; set; }
}