1 type derived from OwningComponentBase
Microsoft.AspNetCore.Components.Tests (1)
OwningComponentBaseTest.cs (1)
51private class MyOwningComponent : OwningComponentBase<MyService>
2 references to OwningComponentBase
Microsoft.AspNetCore.Components (2)
OwningComponentBase.cs (2)
69/// Use the <see cref="OwningComponentBase{TService}"/> class as a base class to author components that control 71/// requires disposal such as a repository or database abstraction. Using <see cref="OwningComponentBase{TService}"/>