How to typecast the object based on the string class name passed in the constructor - C#

前端 未结 0 1070
南笙
南笙 2021-01-28 19:52

This is my Custom attribute

 public class CaptureMetrics : ActionFilterAttribute
 {
    private readonly string _metricType;
    public CaptureMetrics(MetricTypes         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题