- Hands-On Network Programming with C# and .NET Core
- Sean Burns
- 72字
- 2021-06-24 16:05:16
The fragment component
The final piece of a URL, at least ordinarily, is the fragment component. It's an optional piece of the URL string, and its presence is indicated by the reserved pound, or hash (#) prefix. The fragment component is often used to identify a sub-component of the eventually-returned resource, and is typically used by web browsers to navigate to a specific fragment of the HTML document that was searched for.