Tuesday, February 21, 2012

Integrate Bing Searchbox in MVC3 with razor application

If you are building MVC3 application with razor view engine then now it is very easy to integrate Bing Searchbox in just 2 steps as per below.

1) Add Microsoft Web Helpers
In your MVC application just add this helper's reference using Nuget Command


2) Add below code to cshtml Page


and output of this will look like as per below


You can also add Twitter Feeds, Facebook Feeds using this helper, to read about how to do this refer this link.
To read more about Microsoft.Web.Helpers refere msdn link.



No comments: