HostAttribute 类

定义

用于提供路由期间使用的主机 metdata 的属性。

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

构造函数

HostAttribute(String)

初始化 HostAttribute 类的新实例。

HostAttribute(String[])

初始化 HostAttribute 类的新实例。

属性

Hosts

返回路由期间使用的主机的只读集合。 主机将是 Unicode 而不是 punycode,并且可能具有端口。 空集合意味着将接受任何主机。

方法

ToString()

用于提供路由期间使用的主机 metdata 的属性。

适用于