HTML KODLARI; (Boostrap 5 içindir)
<button type="button" id="mdlBTN" class="btn btn-primary d-none" data-bs-toggle="modal" data-bs-target="#myModal">-</button>
<div class="modal modal-lg class fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header py-2"><h6 class="modal-title">Başlık</h6><button type="button" class="btn-close" data-bs-dismiss="modal"></button></div>
<div class="modal-body">Detay</div>
</div>
</div>
</div>
Devamı →<iframe frameborder="0" allowfullscreen="1" src="https://www.youtube.com/embed/@item.linki_tr?controls=0&autoplay=1&rel=0&controls=1&showinfo=0&mute=1&loop=1&showinfo=0&color=white&iv_load_policy=3&playlist=@item.linki_tr" width="100%" height="100vh" style="height: 100vh;"></iframe>
Min 400px, Max 900px için;
@media (min-width:400px) and (max-width:900px) { .foo { display:none; } }
Devamı →
HTML kodumuz;
<div class="ring"><img src="/Content/logo.png" class="img-fluid"><span></span></div>
Devamı →
HTML KODU;
Devamı →<div class="item"> <div class="flex-video"> <iframe src="https://www.youtube.com/embed/G1lq40tR72Q?enablejsapi=1" width="560" allowfullscreen frameborder="0" height="315"></iframe> </div> </div>
Codemirror multiple textarea , Code mirror birden fazla textarea içinde kullanımı için aşağıdaki javascript kodunu ekliyoruz.
<textarea class="form-control code" rows="4" id="talan3_zh" name="talan3_zh">içerik</textarea>
Üst class Mouse üzerine gelince Alt Class ları etkilemek için gereken Css dkodu aşağıdadır.
bu kodla Javascript yazmamıza gerek kalmıyor.
Çözümü ise;
PowerShell windows service install
Aşağıdaki tek satır kodla işlem yapıyoruz.
New-Service -Name "server_autoStartStop_WIN_SERVICE" -BinaryPathName dosya_tam_yolu.exe
Devamı →Öncelik bu hata internette pek yok. Çözümü ise ikinci bir dll kullanmak.
Web config dosyasına;
<configSections>
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
</configSections>
C#,MVC,MSSQL,Windows Forms