PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Adapters.​Asp­Net­CoreAsp­Net­Core­Request­MetadataAsp­Net­Core­Request­Metadata
Open sandboxFocus

AspNetCoreRequestMetadata Constructor

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
System.String name

The metadata name.