Add BasePath property to IHybridWebView
This commit is contained in:
Родитель
c63d32f8a8
Коммит
c819275529
|
@ -4,9 +4,10 @@ namespace PortableRazor
|
|||
{
|
||||
public interface IHybridWebView
|
||||
{
|
||||
string BasePath { get; set; }
|
||||
|
||||
void LoadHtmlString(string html);
|
||||
|
||||
string EvaluateJavascript (string script);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Загрузка…
Ссылка в новой задаче