EndpointSummaryAttribute 类

定义

在 中 Metadata指定摘要。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class EndpointSummaryAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.IEndpointSummaryMetadata
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type EndpointSummaryAttribute = class
    inherit Attribute
    interface IEndpointSummaryMetadata
Public NotInheritable Class EndpointSummaryAttribute
Inherits Attribute
Implements IEndpointSummaryMetadata
继承
EndpointSummaryAttribute
属性
实现

构造函数

EndpointSummaryAttribute(String)

初始化 EndpointSummaryAttribute 的实例。

属性

Summary

获取与终结点关联的摘要。

方法

ToString()

在 中 Metadata指定摘要。

适用于