Visual Studio 2010 (mono android) で Assets フォルダーの html ファイルにアクセスすると、エラーが発生します。
invalid resource directory name : assets
モノアンドロイドで
これらのコードの組み合わせを試しましたが、役に立ちませんでした
//webView.LoadUrl("file:///android_asset/mapapp/index.html");
//webView.LoadUrl("file:///AndroidAsset/mapapp/index.html");
//webView.LoadUrl("file:///android_asset/mapapp/index.html");
//webView.LoadDataWithBaseURL("file:///android_asset/mapapp", "index.html", "text/html", "UTF-8", null);
webView.LoadUrl("file:///AndroidAsset/TextFile1.html");