You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/components/render-modes.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ The <xref:Microsoft.AspNetCore.Components.ComponentBase.RendererInfo?displayProp
228
228
229
229
Components use these properties to render content depending on their location or interactivity status. The following examples demonstrate typical use cases.
230
230
231
-
Display content and disable a button until a component is interactive:
231
+
Display content until a component is interactive:
232
232
233
233
```razor
234
234
@if (!RendererInfo.IsInteractive)
@@ -237,23 +237,16 @@ Display content and disable a button until a component is interactive:
0 commit comments