Click or drag to resize

IControllerStandardUrl Property

Contains methods to build URLs for ASP.NET MVC within an application.

Namespace:  SOWIWeb.Helper.Interface
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
UrlHelper Url { get; set; }

Property Value

Type: UrlHelper
Remarks
Usage: SIC Test Helper for SOWI Web test controller objects

It's a object of System Web MVC Controller

See Also