UrlAccessSecurityLevelSetting.CreateUriFromCustomRegistration(String) Method
OBSOLETE
Use the DevExpress.Utils.Url.UriCreator.CreateUri method instead.
This API is obsolete now.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[Obsolete("Use the DevExpress.Utils.Url.UriCreator.CreateUri method instead.")]
public static Uri CreateUriFromCustomRegistration(
string path
)
Parameters
Name | Type |
---|---|
path | String |
Returns
Type |
---|
Uri |
See Also