Interface ITitleable
- Namespace
- H.Common.Interfaces
- Assembly
- H.Common.dll
表示具有标题的接口。
public interface ITitleable
- Extension Methods
Properties
Title
获取或设置标题。
string Title { get; set; }
表示具有标题的接口。
public interface ITitleable
获取或设置标题。
string Title { get; set; }