@using global::Shared.DTOs @inject NavigationManager Navigation
@Item?.Title.Split(':')[0]
@Item?.Date
مهدی ربیع نژاد
مدیر سایت
@code { [Parameter] public BlogDto? Item { get; set; } }