-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c081000
commit 1a04865
Showing
12 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
docs/Facility.AspNetCore/FacilityAspNetCoreUtility/CreateHttpRequestMessage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
.../Facility.AspNetCore/FacilityAspNetCoreUtility/WriteHttpResponseMessageAsync.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# FacilityEndpointFilter class | ||
|
||
Supports Facility types returned from API routes (`ServiceResult` and `ServiceError`). | ||
|
||
```csharp | ||
public sealed class FacilityEndpointFilter : IEndpointFilter | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [FacilityEndpointFilter](FacilityEndpointFilter/FacilityEndpointFilter.md)() | The default constructor. | | ||
| [InvokeAsync](FacilityEndpointFilter/InvokeAsync.md)(…) | | | ||
|
||
## See Also | ||
|
||
* namespace [Facility.AspNetCore](../Facility.AspNetCore.md) | ||
* [FacilityEndpointFilter.cs](https://github.com/FacilityApi/FacilityAspNet/tree/master/src/Facility.AspNetCore/FacilityEndpointFilter.cs) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.AspNetCore.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Facility.AspNetCore/FacilityEndpointFilter/FacilityEndpointFilter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# FacilityEndpointFilter constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public FacilityEndpointFilter() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FacilityEndpointFilter](../FacilityEndpointFilter.md) | ||
* namespace [Facility.AspNetCore](../../Facility.AspNetCore.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.AspNetCore.dll --> |
13 changes: 13 additions & 0 deletions
13
docs/Facility.AspNetCore/FacilityEndpointFilter/InvokeAsync.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FacilityEndpointFilter.InvokeAsync method | ||
|
||
```csharp | ||
public ValueTask<object?> InvokeAsync(EndpointFilterInvocationContext context, | ||
EndpointFilterDelegate next) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FacilityEndpointFilter](../FacilityEndpointFilter.md) | ||
* namespace [Facility.AspNetCore](../../Facility.AspNetCore.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.AspNetCore.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
docs/Facility.AspNetCore/FacilityExceptionHandlerOptions/ContentSerializer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
docs/Facility.AspNetCore/FacilityExceptionHandlerOptions/IncludeErrorDetails.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters