Update BlazorLayoutComponent > LayoutComponentBase (#11189)
parent
c26c703c0f
commit
e7863d5726
|
@ -631,7 +631,7 @@ For example, the sample app specifies theme information (`ThemeInfo`) in one of
|
|||
*Shared/CascadingValuesParametersLayout.cshtml*:
|
||||
|
||||
```cshtml
|
||||
@inherits BlazorLayoutComponent
|
||||
@inherits LayoutComponentBase
|
||||
@using BlazorSample.UIThemeClasses
|
||||
|
||||
<div class="container-fluid">
|
||||
|
|
Loading…
Reference in New Issue