--- id: "urlformattingoption" title: "UrlFormattingOption" sidebar_label: "UrlFormattingOption" --- ## Index ### Enumeration members * [None](urlformattingoption.md#none) * [NormalizePathSegments](urlformattingoption.md#normalizepathsegments) * [PreferLocalFile](urlformattingoption.md#preferlocalfile) * [RemoveAuthority](urlformattingoption.md#removeauthority) * [RemoveFilename](urlformattingoption.md#removefilename) * [RemoveFragment](urlformattingoption.md#removefragment) * [RemovePassword](urlformattingoption.md#removepassword) * [RemovePath](urlformattingoption.md#removepath) * [RemovePort](urlformattingoption.md#removeport) * [RemoveQuery](urlformattingoption.md#removequery) * [RemoveScheme](urlformattingoption.md#removescheme) * [RemoveUserInfo](urlformattingoption.md#removeuserinfo) * [StripTrailingSlash](urlformattingoption.md#striptrailingslash) ## Enumeration members ### None • **None**: = 0 ___ ### NormalizePathSegments • **NormalizePathSegments**: = 4096 ___ ### PreferLocalFile • **PreferLocalFile**: = 512 ___ ### RemoveAuthority • **RemoveAuthority**: ___ ### RemoveFilename • **RemoveFilename**: = 2048 ___ ### RemoveFragment • **RemoveFragment**: = 128 ___ ### RemovePassword • **RemovePassword**: = 2 ___ ### RemovePath • **RemovePath**: = 32 ___ ### RemovePort • **RemovePort**: = 8 ___ ### RemoveQuery • **RemoveQuery**: = 64 ___ ### RemoveScheme • **RemoveScheme**: = 1 ___ ### RemoveUserInfo • **RemoveUserInfo**: ___ ### StripTrailingSlash • **StripTrailingSlash**: = 1024