HostAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute for providing host metdata that is used during routing.
public ref class HostAttribute sealed : Attribute, Microsoft::AspNetCore::Routing::IHostMetadata
C#
[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
- Inheritance
-
HostAttribute
- Attributes
- Implements
Host |
Initializes a new instance of the HostAttribute class. |
Host |
Initializes a new instance of the HostAttribute class. |
Hosts |
Returns a read-only collection of hosts used during routing. Hosts will be Unicode rather than punycode, and may have a port. An empty collection means any host will be accepted. |
To |
System.Attribute.ToString |
Produk | Versi |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |