Click or drag to resize

DataContext.ReadonlyHotLinkFields Property

Gets any text input fields that should render clickable URLs and e-mail addresses when in view mode.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntax
public List<Tuple<string, string, string, bool>> ReadonlyHotLinkFields { get; }
View Source

Property Value

List<Tuple<String, String, String, Boolean>>
See Also