Nileksh

I am full stack web developer

How to load any iframe-protected site in your iframe?

Many times you guys try to load other’s website on your own domain through iframe. But most of you see below error in browser console window: Refused to display document because display forbidden by X-Frame-Options In today’s browser, you can see this issue. Because most of the hackers are loading iframe on their own domain […]

How to load any iframe-protected site in your iframe? Read More »

Search on Can I use

How to know particular HTML tags or JavaScript code support in a particular browser or not?

First of all we need to go to caniuse.com After open this website you have to search term which you want to check it will support in particular browser or not. For example if you want search for if else statement. Here, in above example you can see the supported browser list with green background.

How to know particular HTML tags or JavaScript code support in a particular browser or not? Read More »

How to convert custom object to JSON with null value avoidance using C# and RestSharp?

Step 1: First of all we need to create one class. This is my class to make request through RestSharp. ————————–———YOU CAN AVOID THIS SECTION 1———————————– To avoid null values for whole class then we have to write: OR To avoid null values for specific property then we have to write: Here property_name will change

How to convert custom object to JSON with null value avoidance using C# and RestSharp? Read More »