ViewComponentDescriptor Class¶
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; }
-