Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.UrlEncodePath Method

Encodes a string for use as a URL path.

Class: YetaWF.Core.Support.Utility
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static string UrlEncodePath( string? s );

Parameters

s

The URL path.

Return Value

Returns the encoded URL path.

See Also YetaWF.Core.Support.Utility ClassYetaWF.Core Overview