ApplicationPart Class

A part of an MVC application.

Namespace
Microsoft.AspNetCore.Mvc.ApplicationParts
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public abstract class ApplicationPart
class Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart

Properties

Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart.Name

Gets the Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart name.

Return type:System.String
public abstract string Name { get; }