IProjectItem.AppRelativeUrl Property

Definition

Gets the URL for the item relative to the design host.

public:
 property System::String ^ AppRelativeUrl { System::String ^ get(); };
public string AppRelativeUrl { get; }
member this.AppRelativeUrl : string
Public ReadOnly Property AppRelativeUrl As String

Property Value

The relative URL.

Applies to

See also