Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

PublicInfo.cshtml

@model PublicInfoModel
@{
    Layout = "";
}





@if (Model.Slides?.Any() == true)
{
    
@foreach (var slide in Model.Slides) { @await Html.PartialAsync("~/Plugins/Widgets.Swiper/Views/_PublicInfo.Slide.cshtml", slide) }
@if (Model.ShowPagination) {
} @if (Model.ShowNavigation) {
}
}