-
-
-
- 
-
-
- 
-
-
-
-
-
-
-
- @Item?.Title.Split(':')[0]
- @Item?.Date
- @Item?.Title.Split(':')[1]
-
-
+
+
-
-
- 
-
- مهدی ربیع نژاد
- مدیر سایت -
+
+
+
-
-
-
+
-
+
-
+
-
-
+
+ @Item?.Title.Split(':')[0]
+ @Item?.Date
@Item?.Title.Split(':')[1]
-
-
-
-
-
-
-
+
-
+
+
+
+
+ 
+
مهدی ربیع نژاد
+ مدیر سایت
- >($"Base/LastBlog?PageIndex=1&PageSize=3");
- if (request !=null)
- collectionitem = request.list;
-
+ if (request != null)
+ collectionitem = request.list;
+
await base.OnInitializedAsync();
}
}
-@functions{
+@functions {
public async Task SearchClick()
{
if (!string.IsNullOrEmpty(strSearch))
-
+
+
+
-
+
-
-
-
-
-
-
-
-
- @((MarkupString)Item?.Text)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
- جستوجو
-
-
-
-
-
-
-
- @if (Item != null && !string.IsNullOrEmpty(Item.Tags))
- {
-
-
- پست های اخیر
-
-
-
-
- @foreach (var item in collectionitem)
- {
-
- }
-
-
-
-
-
-
- }
-
-
-
-
-
- برچسب ها
-
-
-
- @foreach (var item in Item.Tags.Split('-'))
- {
- string P = "/ListBlog/" + item;
- @item
- }
-
-
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
@code {
//meta tags
public string? description { get; set; }
@@ -194,15 +166,15 @@
}
protected override async Task OnInitializedAsync()
{
-
+
var request = await _hc.GetFromJsonAsync
+
+
+
+
+
+
+
+
+
+
+ @((MarkupString)Item?.Text)
+
+
+
+
+
+
+
+
+
+ جستوجو
+
+
+
+
+
+
+
+ @if (Item != null && !string.IsNullOrEmpty(Item.Tags))
+ {
+
+
+ پست های اخیر
+
+
+
+ @foreach (var item in collectionitem)
+ {
+
+ }
+
+
+
+ }
+
+
+ برچسب ها
+
+
+
+ @foreach (var item in Item.Tags.Split('-'))
+ {
+ string P = "/ListBlog/" + item;
+ string itemtitle = "درباره " + item;
+ @item
+ }
+
+