PageRenderTime 40ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/api/TagMiniView.aspx.cs

#
C# | 11 lines | 7 code | 1 blank | 3 comment | 0 complexity | ac4e64ebc33668da504827080cbe3fc2 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. namespace Api
  2. {
  3. using System.Web.UI;
  4. /// <summary>
  5. /// The tag mini view.
  6. /// </summary>
  7. public partial class TagMiniView : Page
  8. {
  9. }
  10. }