20 Aralık 2014 Cumartesi

Html.ActionLink farklı controller ekleme

@Html.ActionLink("Title", "Action", "Controller", new { id = item.Id }, null)

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

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