Skip to content

Commit 4234676

Browse files
Update new_features_on_new_versions.md
1 parent f62e00f commit 4234676

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/new_features_on_new_versions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,17 +432,17 @@ The first version of CodeBehind is based on .NET Core version 7.0; if the versio
432432

433433
**New features:**
434434
- Checking browser support in WebFormsJS
435-
- Ability to permanently store values ​​in "localStorage" in WebForms Core
436-
- Replacing "event" instead of "this" and preserving sending with async in WebForms Core
435+
- Ability to permanently store values ​​in `localStorage` in WebForms Core
436+
- Replacing `event` instead of `this` and preserving sending with async in WebForms Core
437437
- Automatically clearing expired caches in WebForms Core
438-
- Executing the "onload" event after assignment in tags in WebForms Core
439-
- Using efficient methods instead of "innerHTML" and "outerHTML" in WebForms Core
438+
- Executing the `onload` event after assignment in tags in WebForms Core
439+
- Using efficient methods instead of `innerHTML` and `outerHTML` in WebForms Core
440440
- New GoTo feature to return to previous lines of Action Controls with the ability to specify the repetition rate in WebForms Core
441441
- Ability to access the tag in which the event was executed (current or target) in WebForms Core
442442
- New method to add hidden tags more easily in WebForms Core
443443
- Improved support for adding attributes and the ability to specify the splitter character in WebForms Core
444-
- Improved the "cb_AddEvent" and "cb_AddEventListener" methods in WebForms Core
445-
- Adding the ability to add "PreventDefault" and "StopPropagation" methods to events in WebForms Core
444+
- Improved the `cb_AddEvent` and `cb_AddEventListener` methods in WebForms Core
445+
- Adding the ability to add `PreventDefault` and `StopPropagation` methods to events in WebForms Core
446446
- Ability to save and restore line by line in WebForms Core
447447
- Ability to save and restore INI format in WebForms Core
448448
- Ability to save and restore URL in WebForms Core

0 commit comments

Comments
 (0)