Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 694 Bytes

File metadata and controls

17 lines (9 loc) · 694 Bytes

Web Utilities (3)

This section shows various functions available at Microsoft.AspNetCore.WebUtilities.

  • Query Helpers

    This utility helps you generate query string for your url safely (ht Rehan Saeed).

  • Parse Query String

    QueryHelpers.ParseQuery allows you to parse a raw query string and access its individual key and values.

  • Reason Phrases

    This utility returns HTTP response phrases given a status code number.

dotnet8

close