diff --git a/IHybridWebView.cs b/IHybridWebView.cs index 85a1e3b..3ea591e 100644 --- a/IHybridWebView.cs +++ b/IHybridWebView.cs @@ -4,9 +4,10 @@ namespace PortableRazor { public interface IHybridWebView { + string BasePath { get; set; } + void LoadHtmlString(string html); string EvaluateJavascript (string script); } -} - +} \ No newline at end of file