17 Aralık 2014 Çarşamba

Mvc area arası Html.ActionLink

@Html.ActionLink("Text", "Action", "Controller", new { area = string.Empty }, null)

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...