Back to Devexpress

ASPxHeadline.TailText Property

aspnet-devexpress-dot-web-dot-aspxheadline-92e85fa3.md

latest2.1 KB
Original Source

ASPxHeadline.TailText Property

SECURITY-RELATED CONSIDERATIONS

Setting this property to values from an untrusted source may introduce security-related issues, since the property value is not encoded and is rendered as HTML markup. Call the HttpUtility.HtmlEncode method to encode the value.

Review the following help topic to better protect websites from cross-site scripting (XSS) attacks: HTML Encoding.

Gets or sets the tail text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string TailText { get; set; }
vb
<DefaultValue("")>
Public Property TailText As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the tail text.

|

Remarks

A click on the headline’s tail navigates the application to the location specified by the ASPxHeadline.NavigateUrl property. The position of the tail text within the headline is specified by the ASPxHeadline.TailPosition property.

See Also

TailPosition

TailImage

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace