Files
Orchard/src/Orchard.Web/Modules/Four2n.MiniProfiler/StepKeys.cs
Sebastien Ros dd6c6585b8 Adding MiniProfiler module
--HG--
branch : NH3
2012-07-10 16:31:19 -07:00

20 lines
743 B
C#

// --------------------------------------------------------------------------------------------------------------------
// <copyright file="StepKeys.cs" company="Daniel Dabrowski - rod.42n.pl">
// Copyright (c) 2008 Daniel Dabrowski - 42n. All rights reserved.
// </copyright>
// <summary>
// Defines the StepKeys type.
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace Four2n.Orchard.MiniProfiler
{
public class StepKeys
{
public const string ActionFilter = "ActionFilter";
public const string ResultFilter = "ResultFilter";
public const string ShapeProfiling = "ShapeProfiling";
}
}