DataActionPlaceholderAsUrl Property |
Gets or sets a value indicating whether the placeholder should be treated as a full URL instead of just a query string portion
of the URL. This means that encoding will not be applied, which allows values like "http://somesite.com/" to be used as a value,
or "http://[placeholder]" where placeholder is a valid URL.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool PlaceholderAsUrl { get; set; }
Public Property PlaceholderAsUrl As Boolean
Get
Set
public:
property bool PlaceholderAsUrl {
bool get ();
void set (bool value);
}
member PlaceholderAsUrl : bool with get, set
Property Value
Type:
Boolean if the placeholder should be treated as a URL; otherwise,
.
See Also