https://github.com/soenneker/soenneker.trustedform.blazor
A Blazor interop library for ActiveProspect TrustedForm
https://github.com/soenneker/soenneker.trustedform.blazor
blazor blazorlibrary csharp dotnet interop library trustedform trustedformblazorinterop
Last synced: 24 days ago
JSON representation
A Blazor interop library for ActiveProspect TrustedForm
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.trustedform.blazor
- Owner: soenneker
- License: mit
- Created: 2025-07-23T20:40:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-06-05T14:30:35.000Z (25 days ago)
- Last Synced: 2026-06-05T16:17:50.786Z (25 days ago)
- Topics: blazor, blazorlibrary, csharp, dotnet, interop, library, trustedform, trustedformblazorinterop
- Language: HTML
- Homepage: https://soenneker.com
- Size: 693 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.trustedform.blazor/)
[](https://github.com/soenneker/soenneker.trustedform.blazor/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.trustedform.blazor/)
[](https://github.com/soenneker/soenneker.trustedform.blazor/actions/workflows/codeql.yml)
#  Soenneker.TrustedForm.Blazor
### A Blazor interop library for ActiveProspect TrustedForm
## Installation
```
dotnet add package Soenneker.TrustedForm.Blazor
```
## Configuration
The TrustedForm component supports various configuration options to customize its behavior:
```csharp
var configuration = new TrustedFormConfiguration
{
Debug = true,
IncludeForm = true,
Sandbox = true
};
```