RouteAttributeHelper.GetDeclaredHandlerTypes(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all handler delegate Type values declared on a route attribute class via one or more RouteHandlerTypeAttribute applications. A method decorated with the attribute is valid if it matches any of them. Returns an empty array when none are declared.
public static Type[] GetDeclaredHandlerTypes(Type? attributeType);
static member GetDeclaredHandlerTypes : Type -> Type[]
Public Shared Function GetDeclaredHandlerTypes (attributeType As Type) As Type()