AspNetCoreRequestMetadata Constructor |
Name | Description | |
---|---|---|
AspNetCoreRequestMetadata() |
Initializes a new AspNetCoreRequestMetadata with the default name.
You must not invoke this constructor if you are deriving the class.
| |
AspNetCoreRequestMetadata(String) |
Initializes a new AspNetCoreRequestMetadata and specifies the name. Invoke
this constructor if you are deriging the class.
|