//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ namespace ASP { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Web; using System.Web.Helpers; using System.Web.Security; using System.Web.UI; using System.Web.WebPages; using System.Web.Mvc; using System.Web.Mvc.Ajax; using System.Web.Mvc.Html; using System.Web.Routing; using Signum.Utilities; using Signum.Entities; using Signum.Web; using System.Collections; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Configuration; using System.Text; using System.Text.RegularExpressions; using System.Web.Caching; using System.Web.DynamicData; using System.Web.SessionState; using System.Web.Profile; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Xml.Linq; [System.CodeDom.Compiler.GeneratedCodeAttribute("MvcRazorClassGenerator", "1.0")] [System.Web.WebPages.PageVirtualPathAttribute("~/Signum/Views/ChooserPopup.cshtml")] public class _Page_Signum_Views_ChooserPopup_cshtml : System.Web.Mvc.WebViewPage<Context> { #line hidden public _Page_Signum_Views_ChooserPopup_cshtml() { } protected System.Web.HttpApplication ApplicationInstance { get { return ((System.Web.HttpApplication)(Context.ApplicationInstance)); } } public override void Execute() { WriteLiteral("\r\n<div id=\""); Write(Model.Compose("panelPopup")); WriteLiteral("\" data-title=\""); Write((string)ViewData[ViewDataKeys.Title]); WriteLiteral("\">\r\n "); Write(ViewData[ViewDataKeys.CustomHtml]); WriteLiteral("\r\n</div>\r\n"); } } }
By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)