File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -421,12 +421,11 @@ The package includes extension methods to simplify common validation scenarios:
421421
422422- File Validations:
423423 - HasMaxFileSize(maxFileSizeInMb): Validates that an uploaded file does not exceed the specified maximum size.
424- - FileTypeIsOneOf(allowedFileExtensions): Validates that the uploaded file has one of the allowed file
424+ - FileTypeIsOneOf(allowedFileExtensions): Validates that the uploaded file has one of the allowed file
425425 extensions.
426426- String Validations:
427427 - IsValidJson(): Validates that a string is a valid JSON.
428- - IsXssSanitized(): Validates that a string is sanitized against XSS attacks.
429- -
428+ - IsXssSanitized(): Validates that a string is sanitized against XSS attacks.
430429
431430## Cors
432431
@@ -610,4 +609,4 @@ This package includes various extensions and utilities to aid development:
610609
611610## License
612611
613- MIT License
612+ MIT License
You can’t perform that action at this time.
0 commit comments