string htmlFile =
File.ReadAllText(
HttpContext.Current.Server.MapPath("~/Views/Shared/Mail/_RememberPassword.html"));
var htmlData = new Dictionary<string, string>();
htmlData.Add("{resetLinkId}", "link");
htmlFile = htmlData.Aggregate(htmlFile, (current, item) => current.Replace(item.Key, item.Value));
Kaydol:
Kayıt Yorumları (Atom)
.net 6 mapget kullanımı
app.UseEndpoints(endpoints => { endpoints.MapGet("/", async context => { var response = JsonConvert.Seriali...
-
var dataProperties = Object.getOwnPropertyNames(responseStart.data); for(let i=0;i<datapProperties.length;i++){ localStorage.setItem(pr...
-
Komut ekranına aşagıdaki komutları yazarak windows service işlemlerini gerçekleştirebiliriz. Not : Komut ekranı (Başlat -> Çalıştır -...
-
XAMPP Apache MySQL PHP 5 PHP 4 1.8.3 2.4.9 5.6.16 5.5.11 1.8.2 2.4.9 5.5.36 5.4.27 1.8.1 2.4.3 5.5.27 5.4.7 1...
Hiç yorum yok:
Yorum Gönder