FileProviderRazorProjectItem.RelativePhysicalPath Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Microsoft.AspNetCore.Razor.Language.RazorProjectItem.RelativePhysicalPath
public:
virtual property System::String ^ RelativePhysicalPath { System::String ^ get(); };
public override string RelativePhysicalPath { get; }
public override string? RelativePhysicalPath { get; }
member this.RelativePhysicalPath : string
Public Overrides ReadOnly Property RelativePhysicalPath As String