AspNetCoreRequestMetadata()
Initializes a new AspNetCoreRequestMetadata with the default name. You must not invoke this constructor if you are deriving the class.
Declaration
public AspNetCoreRequestMetadata()AspNetCoreRequestMetadata(string)
Initializes a new AspNetCoreRequestMetadata and specifies the name. Invoke this constructor if you are deriging the class.
Declaration
protected AspNetCoreRequestMetadata(string name)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The metadata name. |