@model ResultProjectDto @{ ViewData["Title"] = Model.Title; Layout = null; } @Model.Title

@Model.Title

@Model.ShortDescription

@if (Model.ImageUrls != null && Model.ImageUrls.Any()) { foreach (var img in Model.ImageUrls) {
} } else {
}

Proje Detayları

@Model.LongDescription

@{ var url = Model.VideoUrl; var vid = ConstructorAppUI.Helpers.YouTubeHelper.ExtractVideoId(url); var embedUrl = string.IsNullOrEmpty(vid) ? "" : $"https://www.youtube.com/embed/{vid}?autoplay=1"; }

Embed URL: @embedUrl

@if (!string.IsNullOrEmpty(embedUrl)) { }
@* *@ Görsel