3 types derived from OwningComponentBase
Microsoft.AspNetCore.Components.Tests (3)
OwningComponentBaseTest.cs (3)
153
private class ComponentWithDispose :
OwningComponentBase
<MyService>
167
private class MyOwningComponent :
OwningComponentBase
<MyService>
197
private class ComplexComponent :
OwningComponentBase
<MyService>
2 references to OwningComponentBase
Microsoft.AspNetCore.Components (2)
OwningComponentBase.cs (2)
100
/// Use the <see cref="
OwningComponentBase
{TService}"/> class as a base class to author components that control
102
/// requires disposal such as a repository or database abstraction. Using <see cref="
OwningComponentBase
{TService}"/>