@ -127,7 +127,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Carousel
{
if (string.IsNullOrWhiteSpace(TagHelper.Id))
TagHelper.Id = Guid.NewGuid().ToString("N");
TagHelper.Id = "C" + Guid.NewGuid().ToString("N");
}
@ -59,7 +59,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Collapse
TagHelper.Id = "A" + Guid.NewGuid().ToString("N");
@ -55,7 +55,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Collapse
@ -28,7 +28,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Nav
TagHelper.Id = "N" + Guid.NewGuid().ToString("N");