Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Microsoft.​AspNetCore.​Http.​RequestDelegateResult
Assembly: Microsoft.AspNetCore.Http.Abstractions
Inheritance: object → RequestDelegateResult
The result of creating a <see cref="P:Microsoft.AspNetCore.Http.RequestDelegateResult.RequestDelegate" /> from a <see cref="T:System.Delegate" />
Properties
public
RequestDelegate
RequestDelegate
Gets the <see cref="P:Microsoft.AspNetCore.Http.RequestDelegateResult.RequestDelegate" />
public
System.​Collections.​Generic.​IReadOnlyList<​object>
EndpointMetadata
Gets endpoint metadata inferred from creating the <see cref="P:Microsoft.AspNetCore.Http.RequestDelegateResult.RequestDelegate" /> . If a non-null
RequestDelegateFactoryOptions.EndpointMetadata list was passed in, this will be the same instance.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object