зеркало из
1
0
Форкнуть 0
This commit is contained in:
Tsvetomir Milchev 2020-01-21 14:09:04 +02:00
Родитель 0d309b8664
Коммит 9978f1229d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,13 +33,13 @@ The following section aims to provide additional information or important notes
### Telerik.Examples.Mvc
##### Editor/EditorContent
#### Editor/EditorContent
This project demonstrates how you can add, read, edit and delete text data using a local database and the Editor component
> Please note that the current project doesn't have any XSS attack preventions applied. It is a developer's responsibility to manage these security risks. For more information, please refer to this [Preventing Cross-Site Scripting](https://docs.telerik.com/kendo-ui/controls/editors/editor/preventing-xss) article.
##### MultiSelect/GetPostData
#### MultiSelect/GetPostData
The MultiSelect is a `<select multiple>` element and behaves like one in a POST query - the browser will add a form data field with the name of the widget for each selected item, and the value of the form field will be the value of the item. This means that your model needs to expect a List of values for the given field.