Method UseOutletContext
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
UseOutletContext<T>()
Returns the context value supplied by the enclosing Outlet.
Returns default when no context was supplied.
public static T? UseOutletContext<T>()
Returns
- T
Type Parameters
TExpected context value type.