amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .wp-block-jetpack-rating-star span:not([aria-hidden="true"]) { display: none; } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;}
X

ASP.NET MVC

Difference between Html.RenderAction and Html.Action

Html.RenderAction() and Html.Action()  methods   are available in ChildActionExtensions (System.Web.Mvc.Html) class in… Read More

Improvements in Razor in ASP.NET MVC 4

First version of razor is shipped with ASP.NET MVC 3. ASP.NET… Read More

OData Querying Support in ASP.NET Web API

The Open Data Protocol (OData) is a Web protocol for querying… Read More

Self-Hosting ASP.NET Web API

ASP.NET Web API is a framework for building HTTP services that… Read More

Upgrading an ASP.NET MVC 3 Project to ASP.NET MVC 4 Project

ASP.NET MVC 4 can be installed side by side with ASP.NET… Read More

Say Hello to ASP.NET Web API

ASP.NET MVC 4 now includes ASP.NET Web API, Which is formerly… Read More

Return JSON from Action Method in ASP.NET MVC

In my application I am calling an action method from JavaScript… Read More

Bundling and Minification support in ASP.NET MVC 4

Update:I have an update blog post explains bundling and minification features,… Read More

Browser Overriding features in ASP.NET MVC 4

ASP.NET MVC 4 provides a new feature called Browser Overriding.Browser Overriding… Read More

What is View Switcher?

View Switcher is a component available as part of jQuery.Mobile.MVC  NuGet… Read More