AttributeRouteModel.IsAbsoluteTemplate Property
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.
Gets or sets a value that determines if this route template for this model overrides the route template at the parent scope.
public:
property bool IsAbsoluteTemplate { bool get(); };
public bool IsAbsoluteTemplate { get; }
member this.IsAbsoluteTemplate : bool
Public ReadOnly Property IsAbsoluteTemplate As Boolean