RoutePattern.RequiredValueAny Field

Definition

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.

Applies to