We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967d221 commit 2c6a007Copy full SHA for 2c6a007
_contentTemplates/common/general-info.md
@@ -13,9 +13,9 @@ the `Format` is culture-specific and the same format may produce different resul
13
#cdn
14
You can reference the built-in Telerik assets from a cloud CDN instead of a local resource on your server.
15
16
->caption Reference the Telerik assets from the cloud
+>caption Reference the Telerik assets from the cloud in a `WebAssembly` app
17
18
-````ClientApp
+````CSHTML
19
<!DOCTYPE html>
20
<html>
21
<head>
@@ -35,7 +35,10 @@ You can reference the built-in Telerik assets from a cloud CDN instead of a loca
35
36
</html>
37
````
38
-````ServerApp
+
39
+>caption Reference the Telerik assets from the cloud in a `Server-side` app
40
41
42
43
44
0 commit comments