UrlCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS class name applied to url.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public string UrlCssClass { get; set; }
Visual Basic
Public Property UrlCssClass As String
	Get
	Set
Visual C++
public:
property String^ UrlCssClass {
	String^ get ();
	void set (String^ value);
}

Field Value

CSS class name applied to url. The default value is OutputUrl.

Remarks

Use this property to set the CSS class name applied to url.

See Also