AnchorTagHelper.Area Vlastnost

Definice

Název oblasti.

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

Hodnota vlastnosti

String
Atributy

Poznámky

Musí mít hodnotu null , pokud Route není null.

Platí pro