EndpointSummaryAttribute 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 中 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指定摘要。  |