Href Property
Syntax
C#
VB
Objective-C
C++
Java
public string Href { get; set; }
Public Property Href As String
@property (nonatomic, copy, nullable) NSString *hRef
public String getHref()
public void setHref(String value)
public:
property String^ Href {
String^ get();
void set ( String^ );
}
Property Value
The href data as a raw string.