ControllerDescriptor::UniqueId Property
When implemented in a derived class, gets the unique ID for the controller descriptor using lazy initialization.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The unique ID is created using the System::Lazy<T> class.
Show: