Here is the list of steps to be followed to experiment this plugin.
1. Download the above plugin and install it for VS 2008/2010/2012.
2. Once you have installed, open the Visual Studio and open any project.
3. Select the code which you want copy as HTML, right click and select "Copy As HTML"
Screenshots:
4. Go the blogger/any other blogging site, paste that code in HTML.
Screenshot:
Formatted Code:
public ActionResult Index()
{
ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC application.";
return View();
}
No comments:
Post a Comment