stephenhendry
Results
1
comments of
stephenhendry
Works great, changed it slightly to become: ``` public static async Task RenderSlice( TModel model, CancellationToken cancellationToken = default) where TView : IRazorSliceProxy { var viewModel = TView.CreateSlice(model); return await...