Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 23, 2023
2 parents 0cd10f8 + 3cf042e commit 47f509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/_pages/filter-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Or if you prefer you can instead implement one of the Request or Response Filter
```csharp
public interface IRequestFilterBase
{
int Priority { get; } // Prioity of <0 are tun before Global Request Filters. >=0 Run after
int Priority { get; } // Prioity of <0 are run before Global Request Filters. >=0 Run after
IRequestFilterBase Copy(); // A new shallow copy of this filter is used on every request.
}

Expand Down

0 comments on commit 47f509d

Please sign in to comment.