←Select platform

Href Property

Summary

The href data

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.

Remarks

Refer to Parse for more information.

Example

For an example, refer to SvgDocument.EnumerateElements

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly