Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum length of the route parameter, if one is set.
Namespace: System.Web.Http.Routing.Constraints
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public Nullable<int> MaxLength {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Nullable<int> MaxLength {
[CompilerGeneratedAttribute]
Nullable<int> get();
[CompilerGeneratedAttribute]
private: void set(Nullable<int> value);
}
member MaxLength : Nullable<int> with get, private set
Public Property MaxLength As Nullable(Of Integer)
Get
Private Set
End Property
Property Value
Type: System.Nullable<Int32>
See Also
LengthRouteConstraint Class
System.Web.Http.Routing.Constraints Namespace
Return to top