PageRenderTime 52ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/mcs/class/System.Web.DynamicData/Test/WebPages/DynamicData/FieldTemplates_NonDefault/System.Collections.Generic.List`1[System.String].ascx.cs

https://github.com/AndreyAkinshin/mono
C# | 22 lines | 21 code | 1 blank | 0 comment | 0 complexity | 2ec80ef5a136d738ff9a74090637ebb4 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, CC-BY-SA-3.0, GPL-2.0, Unlicense
  1. using System;
  2. using System.Data;
  3. using System.Configuration;
  4. using System.Collections;
  5. using System.Collections.Specialized;
  6. using System.Linq;
  7. using System.Web;
  8. using System.Web.Security;
  9. using System.Web.UI;
  10. using System.Web.UI.WebControls;
  11. using System.Web.UI.WebControls.WebParts;
  12. using System.Web.UI.HtmlControls;
  13. using System.Xml.Linq;
  14. using System.Web.DynamicData;
  15. public partial class SystemStringList_Field : System.Web.DynamicData.FieldTemplateUserControl {
  16. public override Control DataControl {
  17. get {
  18. return Literal1;
  19. }
  20. }
  21. }