PageRenderTime 39ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/widgets/Administration/widget.ascx

#
ASP.NET | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | d38521502f2b9431d9156a34ca74c530 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="widget.ascx.cs" Inherits="Widgets.Administration.Widget" %>
  2. <%@ Register Src="~/admin/menu.ascx" TagPrefix="ux" TagName="Menu" %>
  3. <ux:Menu runat="server" ID="uxMenu" />