Add BasePath property to IHybridWebView

This commit is contained in:
Joseph Hill 2015-01-18 11:59:40 -05:00
Родитель c63d32f8a8
Коммит c819275529
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -4,9 +4,10 @@ namespace PortableRazor
{
public interface IHybridWebView
{
string BasePath { get; set; }
void LoadHtmlString(string html);
string EvaluateJavascript (string script);
}
}
}