@page "/browse/product"
@using System.Globalization
@using System.Linq
@using System.Net
@using Microsoft.AspNetCore.Http
@using Prefab.Shared.Catalog.Products
@using Prefab.Web.Client.Components.Catalog
@using Prefab.Web.Client.Models.Catalog
@using Prefab.Web.Client.Models.Shared
@using Prefab.Web.Client.Services
@using Telerik.Blazor.Components
@using Telerik.Blazor
@inject IProductDisplayService ProductDisplayService
@inject PersistentComponentState? State
@implements IDisposable
No description available.
} @if (hasDocs && docsJson is not null) {| @spec.Name | @FormatSpecValue(spec) |
|---|
No specifications were provided.
}