これは、ActionLink のアラート ボックスを作成するために私が結び付けているものです。しかし、うまくいきません。
@Html.ActionLink("ADD", "BrandListComfirmed", new { id = item.brand_id }, new { onsubmit = "return confirm('Are u sure you want this brand? " + item.brand_name + "');" })
これは、ActionLink のアラート ボックスを作成するために私が結び付けているものです。しかし、うまくいきません。
@Html.ActionLink("ADD", "BrandListComfirmed", new { id = item.brand_id }, new { onsubmit = "return confirm('Are u sure you want this brand? " + item.brand_name + "');" })