Class DescriptorExtensions
- Namespace
- Htmx.Components.Services
- Assembly
- Htmx.Components.dll
Provides extension methods for controller action descriptors.
public static class DescriptorExtensions
- Inheritance
-
DescriptorExtensions
- Inherited Members
Methods
UniqueId(ControllerActionDescriptor)
Generates a unique identifier for a controller action descriptor for caching purposes.
public static string UniqueId(this ControllerActionDescriptor desc)
Parameters
desc
ControllerActionDescriptorThe controller action descriptor.
Returns
- string
A unique string identifier combining the controller type and action name.