WildcardAttribute Type

Declare that the given field of an F# union case matches the entire remainder of the URL path.

Constructors

Constructor Description

WildcardAttribute(?field)

Full Usage: WildcardAttribute(?field)

Parameters:
    ?field : string - The name of the field. If unspecified, this applies to the last field of the case.

Returns: WildcardAttribute

Declare that the given field of an F# union case matches the entire remainder of the URL path.

?field : string

The name of the field. If unspecified, this applies to the last field of the case.

Returns: WildcardAttribute

Instance members

Instance member Description

this.Field

Full Usage: this.Field

Returns: string

The name of the field.

Returns: string