ChainStoreWeb.SharePointContext.GetSPHostUrl C# (CSharp) Метод

GetSPHostUrl() публичный статический Метод

Gets the SharePoint host url from QueryString of the specified HTTP request.
public static GetSPHostUrl ( HttpRequest httpRequest ) : Uri
httpRequest HttpRequest The specified HTTP request.
Результат System.Uri
        public static Uri GetSPHostUrl(HttpRequest httpRequest)
        {
            return GetSPHostUrl(new HttpRequestWrapper(httpRequest));
        }

Same methods

SharePointContext::GetSPHostUrl ( System.Web.HttpRequestBase httpRequest ) : Uri