ViewComponentDescriptor Class

Summary

A descriptor for a View Component.

Syntax

public class ViewComponentDescriptor

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor

Properties

FullName()

Gets or sets the full name.

Return type:System.String
public string FullName { get; set; }
ShortName()

Gets or sets the short name.

Return type:System.String
public string ShortName { get; set; }
Type()

Gets or sets the [Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor.Type](Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor.yml).

Return type:System.Type
public Type Type { get; set; }