Declaring Type: UrlInputSource
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
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