Webiant Logo Webiant Logo
  1. No results found.

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

_PublicInfo.Slide.cshtml

@model PublicSlideModel

@{
    void slideImage()
    {
        @Model.AltText
    }
}

@if (!string.IsNullOrEmpty(Model.PictureUrl))
{

    
@if (!string.IsNullOrEmpty(Model.LinkUrl)) { @{ slideImage(); } } else { slideImage(); } @if (Model.LazyLoading) {
}
}