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