RazorPageBase.Href(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a href for the given content path.
public:
virtual System::String ^ Href(System::String ^ contentPath);
public virtual string Href (string contentPath);
abstract member Href : string -> string
override this.Href : string -> string
Public Overridable Function Href (contentPath As String) As String
Parameters
- contentPath
- String
The content path.
Returns
The href for the contentPath.