We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936addf commit 8be7ceeCopy full SHA for 8be7cee
1 file changed
aspnetcore/client-side/dotnet-interop.md
@@ -468,3 +468,6 @@ In the preceding example, the `{TARGET FRAMEWORK}` placeholder is the [target fr
468
* [.NET WebAssembly runtime](https://github.com/dotnet/runtime/tree/main/src/mono/wasm)
469
* [`dotnet.d.ts` file (.NET WebAssembly runtime configuration)](https://github.com/dotnet/runtime/blob/main/src/mono/browser/runtime/dotnet.d.ts)
470
* [Use .NET from any JavaScript app in .NET 7](https://devblogs.microsoft.com/dotnet/use-net-7-from-any-javascript-app-in-net-7/)
471
+* Including static assets from a Razor class library
472
+ * <xref:blazor/components/class-libraries> (Blazor documentation)
473
+ * <xref:razor-pages/ui-class#create-an-rcl-with-static-assets> (Razor Pages documentation)
0 commit comments