? ? , HtmlHelper . , . View ViewData , RouteValues.
<%= Html.GenerateGoogleVisAPI( ViewData["someThing"],
ViewData["otherThing"] ) %>
ViewUserControl - ViewData. .
<% Html.RenderPartial( "GoogleVisControl",
ViewData["GoogleVisModel"],
ViewData ); %>
HtmlHelperExtensions . , : , , . , , , . - .
+-Project.Web
+-Content
+-Controllers
+-Models
+-Views
+-...
+-Shared
+-Error.aspx
+-GoogleVisControl.ascx
+-LoginUserControl.ascx
+-Site.Master
+-...
+-...
+-...
+-Project.Common
+-Project.Common.Web
+-HtmlHelperExtensions.cs
+-...
+-Project.Data
+...