| 
               | 
            
              Web
             | 
          
The WebExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddBasicAuthenticationHeader | Adds basic authentication header to an HttpClient | |
| AddEmbeddedResourceAssembly | Adds embedded resources from the specified assembly. | |
| EmbeddedResourceExists | Determines if specified embedded resource exists. | |
| FixForwardSpacing | Corrects script alignment with a desired number of forward spaces. | |
| GetPostData | Gets a collection of uploaded post data from an HttpRequestMessage. | |
| GetPostDataAsync | Asynchronously gets a collection of uploaded post data from an HttpRequestMessage. | |
| HtmlEncode | Performs HTML encoding on the given string. | |
| IncludeResouce | Includes an embedded resource directly into an MVC view page. | |
| IncludeUrl | Includes an HTTP resource directly into an MVC view page. | |
| JavaScriptEncode | Performs JavaScript encoding on given string. | |
| OpenEmbeddedResourceStream | Opens a stream to an embedded resource. | |
| ParseJsonTimestamp | Parses a JSON timestamp into a .NET DateTime. | |
| QueryParameters | Gets query parameters for current request message | |
| RenderResource(HtmlHelper, String, Type, Object) | Renders a Razor view from an embedded resource. | |
| RenderResourceT(HtmlHelper, String, T) | Renders a Razor view from an embedded resource. | |
| ToAbsoluteUrl | Converts relative URL to an absolute URL. | |
| UrlEncode | Performs URL encoding on the given string. | 
| Name | Description | |
|---|---|---|
| PostDataKey | Key name for Properties dictionary used to cache parsed PostData. |