@using PowderCoating.Core.Entities @model ManufacturerLookupPattern @{ ViewData["Title"] = "Edit Pattern"; }

Edit Pattern

@Html.AntiForgeryToken()
Used by the AI to match search result URLs to this manufacturer, even when no URL template is configured.
Supported placeholders: {partNumber} — manufacturer part number (slashes normalized to hyphens), {slug} — color name transformed by Slug Transform below, {colorCode} — color code as-is. If a required placeholder is missing at runtime the template is skipped and the system falls back to a search URL.
How the color name is converted to a URL slug when building the product URL.
Inactive patterns are ignored by the AI lookup service.
Cancel
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }