AnchorTagHelper.Host Property

Definition

The host name.

public:
 property System::String ^ Host { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-host")]
public string Host { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-host")>]
member this.Host : string with get, set
Public Property Host As String

Property Value

Attributes

Applies to