Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ControllerMetric Class / ControllerName Property

In This Topic
    ControllerName Property (ControllerMetric)
    In This Topic
    Gets/Sets the name of the controller this action belongs to
    Syntax
    'Declaration
     
    
    <EventMetricValueAttribute("controllerName", 
       SummaryFunction.Count, 
       "", 
       Caption="Controller", 
       Description="The short-form name of the controller used for the request (not the .NET class name)")>
    Public ReadOnly Property ControllerName As String
    [EventMetricValue("controllerName", 
       SummaryFunction.Count, 
       "", 
       Caption="Controller", 
       Description="The short-form name of the controller used for the request (not the .NET class name)")]
    public string ControllerName {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also