Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.UrlEncodeSegment Method

Encodes a string for use as a URL segment (parts in the URL between /xxx/).

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

Syntax

public static string UrlEncodeSegment( string? s );

Parameters

s

The URL segment.

Return Value

Returns an encoded URL segment.

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