Show / Hide Table of Contents

Interface ISource

Interface for objects that have a uri and content

Namespace: BrowseSharp
Assembly: BrowseSharp.dll
Syntax
public interface ISource

Properties

| Improve this Doc View Source

Content

Content of object

Declaration
string Content { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SourceUri

Uri of object source

Declaration
Uri SourceUri { get; set; }
Property Value
Type Description
System.Uri
  • Improve this Doc
  • View Source
Back to top Generated by DocFX