Keyoti SearchUnit API Docs
GetAttributeValue Method (tag, attributeName)
API DocumentationKeyoti.SearchEngine.UtilsUriToolsGetAttributeValue(String, String)
Keyoti SearchUnit v6
Gets an attribute from a tag.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static string GetAttributeValue(
	string tag,
	string attributeName
)
public static string GetAttributeValue(
	string tag,
	string attributeName
)
Public Shared Function GetAttributeValue ( 
	tag As String,
	attributeName As String
) As String
Public Shared Function GetAttributeValue ( 
	tag As String,
	attributeName As String
) As String
public:
static String^ GetAttributeValue(
	String^ tag, 
	String^ attributeName
)
public:
static String^ GetAttributeValue(
	String^ tag, 
	String^ attributeName
)
static member GetAttributeValue : 
        tag : string * 
        attributeName : string -> string 
static member GetAttributeValue : 
        tag : string * 
        attributeName : string -> string 
Parameters
tag (String)
attributeName (String)
Return Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120