skmMenu: An ASP.NET Menu Control

Menu.DefaultResolveURL Property

Specifies whether URL's should be resolved before being output.

public bool DefaultResolveURL {get; set;}

Remarks

If this property is marked True then MenuItem URLs can use ~, as in ~/SomeDir/SomePage.htm. Internally, if this property is set to True the ResolveUrl() method is used.

See Also

Menu Class | skmMenu Namespace