DefaultEndpointDataSource 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DefaultEndpointDataSource(Endpoint[]) |
初始化 DefaultEndpointDataSource 类的新实例。 |
DefaultEndpointDataSource(IEnumerable<Endpoint>) |
初始化 DefaultEndpointDataSource 类的新实例。 |
DefaultEndpointDataSource(Endpoint[])
- Source:
- DefaultEndpointDataSource.cs
- Source:
- DefaultEndpointDataSource.cs
初始化 DefaultEndpointDataSource 类的新实例。
public:
DefaultEndpointDataSource(... cli::array <Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public DefaultEndpointDataSource (params Microsoft.AspNetCore.Http.Endpoint[] endpoints);
new Microsoft.AspNetCore.Routing.DefaultEndpointDataSource : Microsoft.AspNetCore.Http.Endpoint[] -> Microsoft.AspNetCore.Routing.DefaultEndpointDataSource
Public Sub New (ParamArray endpoints As Endpoint())
参数
适用于
DefaultEndpointDataSource(IEnumerable<Endpoint>)
- Source:
- DefaultEndpointDataSource.cs
- Source:
- DefaultEndpointDataSource.cs
初始化 DefaultEndpointDataSource 类的新实例。
public:
DefaultEndpointDataSource(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public DefaultEndpointDataSource (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.Endpoint> endpoints);
new Microsoft.AspNetCore.Routing.DefaultEndpointDataSource : seq<Microsoft.AspNetCore.Http.Endpoint> -> Microsoft.AspNetCore.Routing.DefaultEndpointDataSource
Public Sub New (endpoints As IEnumerable(Of Endpoint))
参数
- endpoints
- IEnumerable<Endpoint>
Endpoint数据源将返回的实例。