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