Interface ISource
Interface for objects that have a uri and content
Namespace: BrowseSharp
Assembly: BrowseSharp.dll
Syntax
public interface ISourceProperties
| Improve this Doc View SourceContent
Content of object
Declaration
string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SourceUri
Uri of object source
Declaration
Uri SourceUri { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Uri |