RoutePattern.RequiredValueAny Field
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.
A marker object that can be used in RequiredValues to designate that any non-null or non-empty value is required.
public: static initonly System::Object ^ RequiredValueAny;
public static readonly object RequiredValueAny;
staticval mutable RequiredValueAny : obj
Public Shared ReadOnly RequiredValueAny As Object
Field Value
Remarks
RequiredValueAny is only use in routing is in RequiredValues. RequiredValueAny is not valid as a route value, and will convert to the null/empty string.