ChatFileAttachmentRestrictionsSettingsTagHelper
Example
Razor
<restrictions/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| allowed-extensions | String[] | Array of allowed file extensions (e.g., [".jpg", ".png", ".pdf"]). |
| max-file-size | Double | Maximum allowed file size in bytes. |
| min-file-size | Double | Minimum allowed file size in bytes. |