AuthenticationDialog.Text Property ActiveX/Java Uploader ASP.NET

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the dialog message.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public string Text { get; set; }

Property Value

Type: System..String

The text of the dialog message. It can contain the following placeholder:

[name]
replaced by the name of the server which requests authentication.

Default value is "Host [name] requires authentication".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference