ReflectedActionDescriptor.UniqueId Property
Gets the unique ID for the reflected action descriptor using lazy initialization.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The unique ID is created using the System.Lazy<'T> class.
Show:
Gets the unique ID for the reflected action descriptor using lazy initialization.
The unique ID is created using the System.Lazy<'T> class.