LinkifyFindObject(LinkifyLinkType, String, Boolean, String, Int64, Int64) Constructor

Initializes a new instance of the LinkifyFindObject class.

Definition

Namespace: DevCase.Core.DataProcessing.Html
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public LinkifyFindObject(
	LinkifyLinkType linkType,
	string value,
	bool isLink,
	string href,
	long start,
	long end
)

Parameters

linkType  LinkifyLinkType
The link type.
value  String
The link value.
isLink  Boolean
A value that indicates whether value is a link.
href  String
The 'href' attribute.
start  Int64
The start index position of the link value.
end  Int64

[Missing <param name="end"/> documentation for "M:DevCase.Core.DataProcessing.Html.LinkifyFindObject.#ctor(DevCase.Core.DataProcessing.Html.LinkifyLinkType,System.String,System.Boolean,System.String,System.Int64,System.Int64)"]

See Also