|
DataContextReadonlyHotLinkFields Property
|
Gets any text input fields that should render clickable URLs and e-mail addresses when in view mode.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic List<Tuple<string, string, string, bool>> ReadonlyHotLinkFields { get; }
Public ReadOnly Property ReadonlyHotLinkFields As List(Of Tuple(Of String, String, String, Boolean))
Get
public:
property List<Tuple<String^, String^, String^, bool>^>^ ReadonlyHotLinkFields {
List<Tuple<String^, String^, String^, bool>^>^ get ();
}
member ReadonlyHotLinkFields : List<Tuple<string, string, string, bool>> with get
function get_ReadonlyHotLinkFields();
View SourceProperty Value
ListTupleString,
String,
String,
Boolean
See Also