Declaring Type: UrlInputSource
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Signature | Description |
---|---|
UrlInputSource(Uri) | Construct from a URI object. |
UrlInputSource(string) | Construct from string. |
Construct from a URI object.
public UrlInputSource(Uri fileUrl);
fileUrl
Uri
Construct from string.
public UrlInputSource(string fileUrl);
fileUrl
string
Documentation generated by MdDocs