AjaxOptions.LoadingElementId Property

Definition

Gets or sets the id attribute of an HTML element that is displayed while the Ajax function is loading.

public string LoadingElementId { get; set; }
member this.LoadingElementId : string with get, set
Public Property LoadingElementId As String

Property Value

The ID of the element that is displayed while the Ajax function is loading.

Applies to