Click or drag to resize

DataContextReadonlyHotLinkFields 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.181-beta
Syntax
public List<Tuple<string, string, string, bool>> ReadonlyHotLinkFields { get; }
View Source

Property Value

ListTupleString, String, String, Boolean
See Also