RouteAttributeHelper.GetDeclaredHandlerType(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 the first handler delegate Type declared on a route attribute class via
RouteHandlerTypeAttribute, or null when none is declared.
public static Type? GetDeclaredHandlerType(Type? attributeType);
static member GetDeclaredHandlerType : Type -> Type
Public Shared Function GetDeclaredHandlerType (attributeType As Type) As Type