How to set webview Height to Auto ,I have already set in Body and span while binding content.
You can not set height to auto. If you use the webview in the VerticalStackLayout, you need to set specific height request and width request
See Important part of WebView document:
A WebView must specify its HeightRequest and WidthRequest properties when contained in a HorizontalStackLayout, StackLayout, or VerticalStackLayout. If you fail to specify these properties, the WebView will not render.