Skip to content

Commit e166aaa

Browse files
VelinovAngelnikolay-nenkov
authored andcommitted
Fix: Some wrong codeblocks
1 parent 2da4c8c commit e166aaa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/upload/events.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ The [`UploadErrorEventArgs` event argument](#event-arguments) contains the follo
137137

138138
>caption Using the OnError event with message from the controller
139139
140-
<div class="skip-repl"></div>
141140

142-
````RAZOR
141+
````RAZOR.skip-repl
143142
<TelerikUpload OnError="@OnUploadError" />
144143
145144
@code {
@@ -153,7 +152,6 @@ The [`UploadErrorEventArgs` event argument](#event-arguments) contains the follo
153152
}
154153
}
155154
````
156-
157155
````C# Controller
158156
[HttpPost]
159157
public async Task<IActionResult> Save(IFormFile files)
@@ -662,7 +660,6 @@ Also see:
662660
}
663661
}
664662
````
665-
666663
````C# UploadController.cs
667664
using System;
668665
using System.IO;
@@ -759,7 +756,6 @@ namespace TelerikBlazorUpload.Controllers
759756
}
760757
}
761758
````
762-
763759
````C# Program.cs
764760
// ...
765761

0 commit comments

Comments
 (0)