Manager.URL_PART Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the parts of a URL.
This API supports the product infrastructure and is not intended to be used directly from your code.
public: enum class Manager::URL_PART
public enum Manager.URL_PART
type Manager.URL_PART =
Public Enum Manager.URL_PART
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NONE | 0 | No part of the URL. |
SCHEME | 1 | The URL scheme. |
HOSTNAME | 2 | The host name part of the URL. |
USERNAME | 3 | The user name part of the URL. |
PASSWORD | 4 | The password part of the URL. |
PORT | 5 | The port number part of the URL. |
QUERY | 6 | The query string part of the URL. |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.